mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Fix upload deb artifacts
This commit is contained in:
parent
180ad9cd7b
commit
a71ada7079
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu_22_deb.yml
vendored
2
.github/workflows/ubuntu_22_deb.yml
vendored
|
@ -60,4 +60,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: monerod-gui-ubuntu-22-installer
|
||||
path: release/*.deb
|
||||
path: dist/installers/*.deb
|
||||
|
|
2
.github/workflows/ubuntu_24_deb.yml
vendored
2
.github/workflows/ubuntu_24_deb.yml
vendored
|
@ -60,4 +60,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: monerod-gui-ubuntu-24-installer
|
||||
path: release/*.deb
|
||||
path: dist/installers/*.deb
|
||||
|
|
Loading…
Reference in a new issue