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