Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zanllp committed Aug 23, 2024
1 parent 3ed98ea commit 0179668
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tauri_app_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload Server Artifacts
uses: actions/upload-artifact@v3
with:
name: iib_app_cli
name: iib_app_cli_${{ runner.os }}
path: |
out/iib_app_cli-${{ env.VERSION }}_${{ runner.os }}
out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}.exe
Expand Down Expand Up @@ -213,7 +213,12 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: iib_app_cli
name: iib_app_cli_Windows
path: artifacts

- uses: actions/download-artifact@v3
with:
name: iib_app_cli_Linux
path: artifacts

- name: Release
Expand Down

0 comments on commit 0179668

Please sign in to comment.