We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3fc45 commit c915fe0Copy full SHA for c915fe0
.github/workflows/nightly.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: edit version (windows only)
96
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
97
run: |
98
- $jsonContent = Get-Content -Path "app.src-tauri/tauri.conf.json" -Raw
+ $jsonContent = Get-Content -Path "app/src-tauri/tauri.conf.json" -Raw
99
$jsonObject = $jsonContent | ConvertFrom-Json
100
$jsonObject.version = "0.0.0-nightly.r${{ github.run_number }}"
101
$jsonObject | ConvertTo-Json -Depth 10 | Set-Content -Path "app/src-tauri/tauri.conf.json"
0 commit comments