Skip to content

Commit

Permalink
Fix the workflow.yaml for portable application in windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk569937453 committed Oct 19, 2024
1 parent f937e6e commit c3a3d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: install frontend dependencies
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.
- name: Get app version
if: ${{ matrix.platform == 'windows-latest' }}
run: |
cd .\src-tauri
$APP_VERSION = (cargo pkgid | ForEach-Object { ($_ -split "@")[1] })
Expand Down

0 comments on commit c3a3d7b

Please sign in to comment.