Skip to content

Commit

Permalink
Changed zip methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 25, 2024
1 parent b891dd0 commit b9889e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
path: D:/a/BlackTek-Server/BlackTek-Server/build

- name: Prepare Compressed Assets
uses: montudor/action-zip@v1
with:
args: zip -qq -r BlackTek-Server.zip D:/a/BlackTek-Server/BlackTek-Server/
run: |
zip -r BlackTek-Server.zip 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 b9889e5

Please sign in to comment.