Skip to content

Commit b4ba2f9

Browse files
committed
fix
1 parent c100732 commit b4ba2f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tauri_app_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: Upload Artifacts
183183
uses: actions/upload-artifact@v4
184184
with:
185-
name: bundle-${{ env.VERSION }}-${{ runner.os }}
185+
name: bundle-${{ env.VERSION }}-${{ runner.os }}-pre
186186
path: |
187187
vue/src-tauri/target/release/bundle/nsis/Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe
188188
@@ -206,6 +206,11 @@ jobs:
206206
with:
207207
name: bundle-${{ env.VERSION }}-Windows
208208
path: artifacts
209+
210+
- uses: actions/download-artifact@v4
211+
with:
212+
name: bundle-${{ env.VERSION }}-Windows-pre
213+
path: artifacts
209214

210215
- uses: actions/download-artifact@v4
211216
with:

0 commit comments

Comments
 (0)