Rename artifacts

This commit is contained in:
John J. Camilleri
2020-11-19 00:26:53 +01:00
parent a48bbb3b13
commit 0b3ae5aaa2
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
name: Build Debian Package
on:
push: # testing until merged into master
workflow_dispatch:
jobs:
@@ -40,6 +41,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Debian package
name: gf-${{ github.sha }}-debian
path: dist/gf_*.deb
if-no-files-found: error

View File

@@ -38,6 +38,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: macOS package
name: gf-${{ github.sha }}-macos
path: dist/gf-*.pkg
if-no-files-found: error

View File

@@ -37,6 +37,6 @@ jobs:
- name: Upload exe to artifact
uses: actions/upload-artifact@v2
with:
name: Windows package
name: gf-${{ github.sha }}-windows
path: dist\build\gf\gf.exe
if-no-files-found: error