mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
Append commit hash to artifact name
This commit is contained in:
parent
5801ace474
commit
c0e545cd1d
3 changed files with 3 additions and 3 deletions
2
.github/workflows/self-hosted.yml
vendored
2
.github/workflows/self-hosted.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue