Append commit hash to artifact name

This commit is contained in:
badaix 2020-09-13 10:36:47 +02:00
parent 5801ace474
commit c0e545cd1d
3 changed files with 3 additions and 3 deletions

View file

@ -20,5 +20,5 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: develop_snapshot_armhf
name: develop_snapshot_armhf-${{github.sha}}
path: /home/pi/actions-runner/_work/snapcast/snap??????_*_armhf.deb

View file

@ -39,5 +39,5 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: develop_snapshot_amd64
name: develop_snapshot_amd64-${{github.sha}}
path: /home/runner/work/snapcast/snap*_amd64.deb

View file

@ -28,6 +28,6 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: develop_snapshot_win64
name: develop_snapshot_win64-${{github.sha}}
path: bin\Release\snapclient.exe