Skip to content

Commit

Permalink
Update publish-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgarthur committed Jan 1, 2025
1 parent a7b8e40 commit 8656690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if ($env:RUNNER_OS -eq "Windows") {
7z a byzantine-chant-ocr-${{github.ref_name}}-${{ runner.os }}.zip byzantine-chant-ocr
}
else if ($env:RUNNER_OS -eq "macOS") {
elseif ($env:RUNNER_OS -eq "macOS") {
cd app
zip -r byzantine-chant-ocr-${{github.ref_name}}-${{ runner.os }}.zip byzantine-chant-ocr.app
}
Expand Down

0 comments on commit 8656690

Please sign in to comment.