fix
parent
c100732a63
commit
b4ba2f951b
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue