Skip to content

Commit

Permalink
Workflows attempt 9
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Sep 9, 2023
1 parent f9fe6d0 commit f64b788
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
mkdir .\Artifacts
copy .\DALTools\DALTools\DALLib\bin\${{matrix.configuration}}\DALLib.dll .\Artifacts
copy .\DALTools\DALTools\PCKTool\bin\${{matrix.configuration}}\PCKTool.exe .\Artifacts
copy .\DALTools\DALTools\STSCTool\bin\${{matrix.configuration}}\STSCTool.exe .\Artifacts
copy .\DALTools\DALTools\TEXTool\bin\${{matrix.configuration}}\TEXTool.exe .\Artifacts
copy .\DALTools\DALTools\FontEditor\bin\${{matrix.configuration}}\FontEditor.exe .\Artifacts
copy .\DALTools\DALTools\ScriptDatabaseEditor\bin\${{matrix.configuration}}\ScriptDatabaseEditor.exe .\Artifacts
copy .\DALTools\DALTools\ScriptDialogueEditor\bin\${{matrix.configuration}}\ScriptDialogueEditor.exe .\Artifacts
copy .\DALTools\DALTools\TableEditor\bin\${{matrix.configuration}}\TableEditor.exe .\Artifacts
copy .\DALTools\DALLib\bin\${{matrix.configuration}}\DALLib.dll .\Artifacts
copy .\DALTools\PCKTool\bin\${{matrix.configuration}}\PCKTool.exe .\Artifacts
copy .\DALTools\STSCTool\bin\${{matrix.configuration}}\STSCTool.exe .\Artifacts
copy .\DALTools\TEXTool\bin\${{matrix.configuration}}\TEXTool.exe .\Artifacts
copy .\DALTools\FontEditor\bin\${{matrix.configuration}}\FontEditor.exe .\Artifacts
copy .\DALTools\ScriptDatabaseEditor\bin\${{matrix.configuration}}\ScriptDatabaseEditor.exe .\Artifacts
copy .\DALTools\ScriptDialogueEditor\bin\${{matrix.configuration}}\ScriptDialogueEditor.exe .\Artifacts
copy .\DALTools\TableEditor\bin\${{matrix.configuration}}\TableEditor.exe .\Artifacts
- name: Upload Artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit f64b788

Please sign in to comment.