Skip to content

Commit 1c9a599

Browse files
authored
Fix comment casing in CI workflow
1 parent 4e4a13e commit 1c9a599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
cd frontend
7070
71-
# Disable updater artifacts to avoid signing requirement in CI
71+
# Disable updater artifacts to avoid signing requirement in Ci
7272
Write-Output "Disabling createUpdaterArtifacts for CI build..."
7373
$configPath = "src-tauri/tauri.conf.json"
7474
$json = Get-Content $configPath -Raw | ConvertFrom-Json

0 commit comments

Comments
 (0)