diff --git a/.github/workflows/tauri_app_build.yml b/.github/workflows/tauri_app_build.yml index cf6eec4..63c7560 100644 --- a/.github/workflows/tauri_app_build.yml +++ b/.github/workflows/tauri_app_build.yml @@ -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: