releases/1.3.0
zanllp 2025-06-03 16:04:03 +08:00
parent c100732a63
commit b4ba2f951b
1 changed files with 6 additions and 1 deletions

View File

@ -182,7 +182,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: bundle-${{ env.VERSION }}-${{ runner.os }} name: bundle-${{ env.VERSION }}-${{ runner.os }}-pre
path: | path: |
vue/src-tauri/target/release/bundle/nsis/Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe vue/src-tauri/target/release/bundle/nsis/Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe
@ -206,6 +206,11 @@ jobs:
with: with:
name: bundle-${{ env.VERSION }}-Windows name: bundle-${{ env.VERSION }}-Windows
path: artifacts path: artifacts
- uses: actions/download-artifact@v4
with:
name: bundle-${{ env.VERSION }}-Windows-pre
path: artifacts
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with: