Skip to content

Commit

Permalink
Lets try 7zip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 25, 2024
1 parent 75bfe65 commit 53f4958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Prepare Compressed Assets
run: |
zip -r BlackTek-Server.zip D:/a/BlackTek-Server/BlackTek-Server/
7z a BlackTek-Server.7z D:/a/BlackTek-Server/BlackTek-Server/
- name: Upload Assets for Edge Build
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
Expand Down

0 comments on commit 53f4958

Please sign in to comment.