Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Nov 13, 2020
1 parent 3ff1a33 commit 3cd0056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cmake -E copy bin/among-us-replayer.exe _dist/among-us-replayer.exe
cmake -E copy bin/among-us-replayer.pdb _dist/among-us-replayer.pdb
cmake -E copy_directory "${{github.workspace}}/res" _dist/res
[ "${{matrix.arch}}" == "x64" ] && cmake -E copy_directory "${{github.workspace}}/res_hq" _dist/res
if [ "${{matrix.arch}}" == "x64" ]; then cmake -E copy_directory "${{github.workspace}}/res_hq" _dist/res; fi
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3cd0056

Please sign in to comment.