Skip to content

Commit

Permalink
fes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 1, 2024
1 parent 6ed3f6e commit c1e9035
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
- name: Create macOS app
run: appify -name "IPingTray" -icon docs/icon.png ipingtray

- name: Prepare DMG
run: mkdir dmg && mv ipingtray dmg/ && ln -s /Applications dmg/Applications

- name: Install create-dmg
run: npm install -g create-dmg
run: brew install create-dmg

- name: Create DMG
run: create-dmg './IPingTray.app' || echo "i don't pay Apple for signing app :-)"
run: create-dmg 'dmg' || echo "i don't pay Apple for signing app :-)"

- name: Upload DMG artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c1e9035

Please sign in to comment.