Skip to content

Commit 2088af0

Browse files
committed
修正错误的文件名称
1 parent db4a55f commit 2088af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: runner.os == 'Windows'
100100
shell: pwsh
101101
run: |
102-
Move-Item -Path ./build/${{ env.APP_NAME }}.exe -Destination ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}
102+
Move-Item -Path ./build/${{ env.APP_NAME }} -Destination ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}
103103
New-Item -ItemType Directory -Path release
104104
Compress-Archive -Path ./build/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }} `
105105
-DestinationPath ./release/${{ env.APP_NAME }}-${{ matrix.name }}-${{ matrix.arch }}-${{ github.ref_name }}.zip

0 commit comments

Comments
 (0)