mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 10:25:13 +00:00
Remove unnecessary if
This commit is contained in:
parent
740c0ce2d7
commit
2905fde325
1
.github/workflows/tauri.yml
vendored
1
.github/workflows/tauri.yml
vendored
|
@ -38,7 +38,6 @@ jobs:
|
|||
with:
|
||||
releaseId: ${{ steps.get_release.outputs.upload_url }}
|
||||
- name: Get app version (windows)
|
||||
if: matrix.platform == 'windows-latest'
|
||||
run: |
|
||||
$json = (Get-Content "src-tauri\tauri.conf.json" -Raw) | ConvertFrom-Json
|
||||
$version = $json.package.version
|
||||
|
|
Loading…
Reference in a new issue