Skip to content

Commit

Permalink
Clean up the MacOS build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 authored Aug 27, 2024
1 parent 806d513 commit 5225978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
brew update
brew install create-dmg
mkdir -p dist/dmg
cp -r dist/*.app dist/dmg
mv dist/*.app dist/dmg
create-dmg \
--volname "E-mail Draft Generator" \
--volicon "assets/icon.png" \
Expand All @@ -61,6 +61,7 @@ jobs:
--app-drop-link 425 120 \
"dist/E-mail Draft Generator.dmg" \
"dist/dmg/"
rm -r "dist/E-mail Draft Generator" "dist/dmg"
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5225978

Please sign in to comment.