Skip to content

Commit 825e5c7

Browse files
committed
ci: fix the wrong artifacts paths
1 parent 40fc412 commit 825e5c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ jobs:
132132
133133
mv "artifacts/x86_64/dmg/tauri-redis_${{ env.version }}_x64.dmg" "artifacts/tauri_redis_${{ env.version }}_macos_x86_64.dmg"
134134
135-
mv "artifacts/x86_64/deb/tauri-redis_${{ env.version }}_amd64.deb" "artifacts/x86_64/deb/tauri_redis_${{ env.version }}_linux_x86_64.deb"
135+
mv "artifacts/x86_64/deb/tauri-redis_${{ env.version }}_amd64.deb" "artifacts/tauri_redis_${{ env.version }}_linux_x86_64.deb"
136136
137-
mv "artifacts/x86_64/msi/tauri-redis_${{ env.version }}_x64_en-US.msi" "artifacts/msi/tauri_redis_${{ env.version }}_windows_x86_64.msi"
138-
mv "artifacts/x86_64/nsis/tauri-redis_${{ env.version }}_x64-setup.exe" "artifacts/nsis/tauri_redis_${{ env.version }}_windows_x86_64.exe"
137+
mv "artifacts/x86_64/msi/tauri-redis_${{ env.version }}_x64_en-US.msi" "artifacts/tauri_redis_${{ env.version }}_windows_x86_64.msi"
138+
mv "artifacts/x86_64/nsis/tauri-redis_${{ env.version }}_x64-setup.exe" "artifacts/tauri_redis_${{ env.version }}_windows_x86_64.exe"
139139
140140
- name: Create Release
141141
uses: softprops/action-gh-release@master

0 commit comments

Comments
 (0)