Skip to content

Commit

Permalink
fix archive command in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakana808 committed Feb 24, 2021
1 parent 3cbaa03 commit 6347d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Package Release (Windows)
if: ${{ runner.os == 'Windows' }}
run: |
7z -tzip octogon-panel-windows.zip dist\\*
7z a -t zip octogon-panel-windows.zip dist\*
- name: Package Release (Linux)
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit 6347d88

Please sign in to comment.