Skip to content

Commit

Permalink
.github: workflows: cd: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Jul 15, 2021
1 parent 23a1304 commit 22289d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Zip package and rename
run: |
Compress-Archive -Path .\out_amd64\icons\* -DestinationPath .\out_amd64\icons.zip
move .\out_arm64\wsldl.exe .\out\arm64\wsldl_arm64.exe
move .\out_arm64\wsldl.exe .\out_arm64\wsldl_arm64.exe
Compress-Archive -Path .\out_arm64\icons\* -DestinationPath .\out_arm64\icons_arm64.zip
- name: Release body
run: |
Expand Down

0 comments on commit 22289d5

Please sign in to comment.