Skip to content

Commit 25b7ae5

Browse files
authored
Update release.yml
dumb error
1 parent 4789921 commit 25b7ae5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ jobs:
282282
echo "MSI version: $msiVersion"
283283
echo "=== Updating config ==="
284284
$configPath = "dui\src-tauri\tauri.conf.json"
285-
$configPath = "src-tauri\tauri.conf.json"
286285
(Get-Content $configPath) -replace '"version":\s*"[^"]*"', "`"version`": `"$msiVersion`"" | Set-Content $configPath
287286
echo "=== Modified tauri.conf.json ==="
288287
Get-Content $configPath

0 commit comments

Comments
 (0)