Skip to content

Commit f955b07

Browse files
authored
Revert "change destinition folder for linux build (rehlds#842)" (rehlds#977)
This reverts commit 9508c83.
1 parent 918612f commit f955b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
github.event.action == 'published' &&
278278
startsWith(github.ref, 'refs/tags/')
279279
run: |
280-
7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/linux32/ hlsdk/
280+
7z a -tzip rehlds-bin-${{ env.APP_VERSION }}.zip bin/ hlsdk/
281281
7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -aoa rehlds-dbg-${{ env.APP_VERSION }}.7z debug/
282282
283283
- name: Publish artifacts

0 commit comments

Comments
 (0)