We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c100732 commit b4ba2f9Copy full SHA for b4ba2f9
1 file changed
.github/workflows/tauri_app_build.yml
@@ -182,7 +182,7 @@ jobs:
182
- name: Upload Artifacts
183
uses: actions/upload-artifact@v4
184
with:
185
- name: bundle-${{ env.VERSION }}-${{ runner.os }}
+ name: bundle-${{ env.VERSION }}-${{ runner.os }}-pre
186
path: |
187
vue/src-tauri/target/release/bundle/nsis/Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe
188
@@ -206,6 +206,11 @@ jobs:
206
207
name: bundle-${{ env.VERSION }}-Windows
208
path: artifacts
209
+
210
+ - uses: actions/download-artifact@v4
211
+ with:
212
+ name: bundle-${{ env.VERSION }}-Windows-pre
213
+ path: artifacts
214
215
- uses: actions/download-artifact@v4
216
0 commit comments