File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 350350 - name : Download windows msix build file
351351 uses : actions/download-artifact@v4
352352 with :
353- name : windows_msix_outputs
354- path : windows_msix_outputs
355- - name : List files in windows_msix_outputs directory
356- run : ls -l windows_msix_outputs
353+ name : windows_msix_signed_outputs
354+ path : windows_msix_signed_outputs
355+ - name : List files in windows_msix_signed_outputs directory
356+ run : ls -l windows_msix_signed_outputs
357357 - name : Copy windows build file to root
358- run : cp windows_msix_outputs /* Kazumi_windows_${{ env.tag }}.msix
358+ run : cp windows_msix_signed_outputs /* Kazumi_windows_${{ env.tag }}.msix
359359
360360 - name : Download android build file
361361 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments