Skip to content

Commit

Permalink
Try fix upload DMG and PKG artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Nov 7, 2024
1 parent bda454f commit 954c97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: monerod-gui-darwin12.dmg
path: release/monerod-gui-?.dmg
path: release/*.dmg

- name: Upload PKG artifact
uses: actions/upload-artifact@v4
with:
name: monerod-gui-darwin12.pkg
path: release/monerod-gui-?.pkg
path: release/*.pkg

0 comments on commit 954c97d

Please sign in to comment.