Skip to content

Commit

Permalink
Update macos_intel_bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiahamedi authored Sep 29, 2024
1 parent 0378530 commit 7cf55f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/macos_intel_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
mv 'Persepolis Download Manager.app' dist/dmg
test -f "dist/Persepolis Download Manager.dmg" && rm "dist/Persepolis Download Manager.dmg"
create-dmg --volname "Persepolis Download Manager" --volicon "icon.icns" --window-pos 200 120 --window-size 600 300 --icon-size 100 --icon "Persepolis Download Manager.app" 120 120 --hide-extension "Persepolis Download Manager.app" --app-drop-link 425 120 "Persepolis Download Manager.dmg" "dist/dmg/"
mkdir -p 'Output'
mv 'Persepolis Download Manager.dmg' Output
ls -ltrh Output
ls -ltrh
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: Archive build
path: .\mac-package-build\Output\
name: Persepolis Download Manager.dmg
path: .\mac-package-build\

0 comments on commit 7cf55f4

Please sign in to comment.