Skip to content

Commit c915fe0

Browse files
committed
💚 fix ci
1 parent 9b3fc45 commit c915fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: edit version (windows only)
9696
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
9797
run: |
98-
$jsonContent = Get-Content -Path "app.src-tauri/tauri.conf.json" -Raw
98+
$jsonContent = Get-Content -Path "app/src-tauri/tauri.conf.json" -Raw
9999
$jsonObject = $jsonContent | ConvertFrom-Json
100100
$jsonObject.version = "0.0.0-nightly.r${{ github.run_number }}"
101101
$jsonObject | ConvertTo-Json -Depth 10 | Set-Content -Path "app/src-tauri/tauri.conf.json"

0 commit comments

Comments
 (0)