Rename artifacts
Some checks are pending
Lint Test / build (20) (push) Waiting to run
MacOS Build / build (20) (push) Waiting to run
MacOS 12 - x64 DMG Build / build (20) (push) Waiting to run
Ubuntu 22.04 - AppImage Build / build (20) (push) Waiting to run
Ubuntu 22.04 - x64 DEB Build / build (20) (push) Waiting to run
Ubuntu 24.04 - x64 DEB Build / build (20) (push) Waiting to run
Windows Build / build (20) (push) Waiting to run

This commit is contained in:
argenius 2024-11-07 20:27:23 +01:00
parent 14b8bb5dc1
commit 34c9b04163
5 changed files with 7 additions and 7 deletions

View file

@ -57,11 +57,11 @@ jobs:
- name: Upload DMG artifact - name: Upload DMG artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-darwin12-dmg.zip name: monerod-gui-darwin12-dmg
path: release/*.dmg path: release/*.dmg
- name: Upload PKG artifact - name: Upload PKG artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-darwin12-pkg.zip name: monerod-gui-darwin12-pkg
path: release/*.pkg path: release/*.pkg

View file

@ -59,5 +59,5 @@ jobs:
- name: Upload AppImage artifact - name: Upload AppImage artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-ubuntu-22-portable.zip name: monerod-gui-ubuntu-22-portable
path: release/*.AppImage path: release/*.AppImage

View file

@ -59,5 +59,5 @@ jobs:
- name: Upload DEB artifact - name: Upload DEB artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-ubuntu-22-installer.zip name: monerod-gui-ubuntu-22-installer
path: release/*.deb path: release/*.deb

View file

@ -59,5 +59,5 @@ jobs:
- name: Upload DEB artifact - name: Upload DEB artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-ubuntu-24-installer.zip name: monerod-gui-ubuntu-24-installer
path: release/*.deb path: release/*.deb

View file

@ -57,11 +57,11 @@ jobs:
- name: Upload EXE artifact - name: Upload EXE artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-windows-portable.zip name: monerod-gui-windows-portable
path: release/*.exe path: release/*.exe
- name: Upload MSI artifact - name: Upload MSI artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: monerod-gui-windows-installer.zip name: monerod-gui-windows-installer
path: release/*.msi path: release/*.msi