mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
Try fix upload DMG and PKG artifacts
This commit is contained in:
parent
bda454f3bd
commit
954c97d3f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue