Skip to content

Commit

Permalink
mute error
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Dec 17, 2022
1 parent 9a42b40 commit ec5dfe6
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 @@ -193,7 +193,7 @@ jobs:
- name: Move files
run: |
mkdir -p publish/bin/linux32/cstrike/dlls
mv build-icc/regamedll/cs.so publish/bin/linux32/cstrike/dlls/cs.so
mv build-icc/regamedll/cs.so publish/bin/linux32/cstrike/dlls/cs.so 2> /dev/null
mv build-gcc/regamedll/cs.so publish/cs-gcc.so
mv regamedll/version/appversion.h publish/appversion.h
mv dist/ publish/
Expand Down

0 comments on commit ec5dfe6

Please sign in to comment.