Skip to content

Commit

Permalink
gh action compress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s0t7x committed Jun 26, 2024
1 parent c329717 commit f6bbba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: cmd
- name: compress
run: |
Compress-Archive -Path *.exe -Destination .\Shroudtopia.zip
Compress-Archive -Path *.exe -Destination C:\Shroudtopia.zip
shell: powershell
- name: check
run: |
Expand All @@ -31,4 +31,4 @@ jobs:
with:
name: windows
path: |
Shroudtopia.zip
C:\Shroudtopia.zip

0 comments on commit f6bbba7

Please sign in to comment.