Skip to content

Commit

Permalink
Correct name of staging directory in macOS GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
openforeveryone authored Mar 20, 2024
1 parent ab5a688 commit 9e1d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
mkdir WordSearchCreator-Staging/
mkdir WordSearchCreator-Staging/WordSearchCreator.app/
cp -r WordSearchCreator.app/ WordSearchCreator-Staging-Basic/WordSearchCreator.app/
cp -r WordSearchCreator.app/ WordSearchCreator-Staging/WordSearchCreator.app/
hdiutil create -volname "WordSearchCreator" -srcfolder WordSearchCreator-Staging -ov -format UDZO WordSearchCreator-Basic.dmg
- name: Archive Basic DMG
Expand Down

0 comments on commit 9e1d07f

Please sign in to comment.