From b4ba2f951b68e4b167c4d572a53e3b8880cf3ff3 Mon Sep 17 00:00:00 2001 From: zanllp Date: Tue, 3 Jun 2025 16:04:03 +0800 Subject: [PATCH] fix --- .github/workflows/tauri_app_build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: