We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918612f commit f955b07Copy full SHA for f955b07
.github/workflows/build.yml
@@ -277,7 +277,7 @@ jobs:
277
github.event.action == 'published' &&
278
startsWith(github.ref, 'refs/tags/')
279
run: |
280
- 7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/linux32/ hlsdk/
+ 7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/ hlsdk/
281
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -aoa rehlds-dbg-${{ env.APP_VERSION }}.7z debug/
282
283
- name: Publish artifacts
0 commit comments