pull/723/head
zanllp 2024-08-24 05:26:03 +08:00
parent 3ed98ea156
commit 01796689c9
1 changed files with 7 additions and 2 deletions

View File

@ -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
@ -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