fix version on windows
This commit is contained in:
parent
9aa3fccb5c
commit
384d9c61cb
|
|
@ -70,6 +70,8 @@ jobs:
|
||||||
$_ -replace '"version": ".*"', ('"version": "' + $WINDOWS_VERSION + '"')
|
$_ -replace '"version": ".*"', ('"version": "' + $WINDOWS_VERSION + '"')
|
||||||
} | Set-Content src-tauri/tauri.windows.conf.json
|
} | Set-Content src-tauri/tauri.windows.conf.json
|
||||||
|
|
||||||
|
echo "VERSION=$VERSION" >> $env:GITHUB_ENV
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: setup pnpm
|
- name: setup pnpm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue