Skip to content

Commit

Permalink
Correct makefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent f195129 commit 8dc6b5f
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/pkg/osx" dmg
- run: find "$RUNNER_TEMP" -type f
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8dc6b5f

Please sign in to comment.