Skip to content

Commit

Permalink
fix signed zip upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Dec 13, 2024
1 parent 70dd30a commit a2490db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
- name: List files in windows_outputs directory
run: ls -l windows_zip_signed_outputs
- name: Copy windows build file to root
run: cp windows_outputs/* Kazumi_windows_${{ env.tag }}.zip
run: cp windows_zip_signed_outputs/* Kazumi_windows_${{ env.tag }}.zip

- name: Download windows msix build file
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a2490db

Please sign in to comment.