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 0179668 commit d64b617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tauri_app_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -r requirements.txt
- name: Build Executable
Expand All @@ -46,7 +47,7 @@ jobs:
include-data-dir: |
vue/dist=vue/dist
- run: cp out/iib_api_server out/iib_app_cli_${{ env.VERSION }}_${{ runner.os }}
- run: cp out/iib_api_server out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}
if: matrix.os == 'ubuntu-20.04'
- run: cp out/iib_api_server.exe out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}.exe
if: matrix.os == 'windows-latest'
Expand All @@ -56,7 +57,7 @@ jobs:
with:
name: iib_app_cli_${{ runner.os }}
path: |
out/iib_app_cli-${{ env.VERSION }}_${{ runner.os }}
out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}
out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}.exe
- name: Upload Server Artifacts
Expand Down

0 comments on commit d64b617

Please sign in to comment.