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