Skip to content

Commit

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

- name: Prepare Compressed Assets
with:
run: |
zip -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 75bfe65

Please sign in to comment.