Skip to content

Commit

Permalink
fix signed msix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Dec 13, 2024
1 parent a2490db commit 04ab607
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,12 @@
- name: Download windows msix build file
uses: actions/download-artifact@v4
with:
name: windows_msix_outputs
path: windows_msix_outputs
- name: List files in windows_msix_outputs directory
run: ls -l windows_msix_outputs
name: windows_msix_signed_outputs
path: windows_msix_signed_outputs
- name: List files in windows_msix_signed_outputs directory
run: ls -l windows_msix_signed_outputs
- name: Copy windows build file to root
run: cp windows_msix_outputs/* Kazumi_windows_${{ env.tag }}.msix
run: cp windows_msix_signed_outputs/* Kazumi_windows_${{ env.tag }}.msix

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

0 comments on commit 04ab607

Please sign in to comment.