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