Skip to content

Commit

Permalink
Append commit hash to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Sep 13, 2020
1 parent 5801ace commit c0e545c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0e545c

Please sign in to comment.