We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4a55f commit 2088af0Copy full SHA for 2088af0
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
if: runner.os == 'Windows'
100
shell: pwsh
101
run: |
102
- Move-Item -Path ./build/${{ env.APP_NAME }}.exe -Destination ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}
+ Move-Item -Path ./build/${{ env.APP_NAME }} -Destination ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}
103
New-Item -ItemType Directory -Path release
104
Compress-Archive -Path ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }} `
105
-DestinationPath ./release/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}.zip
0 commit comments