Skip to content

Commit

Permalink
Remove erroneous trailing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent c9a1c24 commit 8c5a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -91,7 +91,7 @@ jobs:
env:
BIPOLAR_TEST_LOCALE: de_DE.UTF-8
- name: Make macOS disk image
run: make -C "$RUNNER_TEMP-build/pkg/osx" dmg'
run: make -C "$RUNNER_TEMP-build/pkg/osx" dmg
- run: find "$RUNNER_TEMP" -type f
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8c5a707

Please sign in to comment.