Skip to content

Commit

Permalink
Revert "change destinition folder for linux build (#842)" (#977)
Browse files Browse the repository at this point in the history
This reverts commit 9508c83.
  • Loading branch information
wopox1337 committed Jul 3, 2023
1 parent 918612f commit f955b07
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 @@ -277,7 +277,7 @@ jobs:
github.event.action == 'published' &&
startsWith(github.ref, 'refs/tags/')
run: |
7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/linux32/ hlsdk/
7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/ hlsdk/
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -aoa rehlds-dbg-${{ env.APP_VERSION }}.7z debug/
- name: Publish artifacts
Expand Down

0 comments on commit f955b07

Please sign in to comment.