append commit hash to artifact name

auto-update
Zlatin Balevsky 2022-02-11 10:25:46 +00:00
parent 6c6d5a31f0
commit f0fd3fada7
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ jobs:
- name: Upload .zip
uses: actions/upload-artifact@v2
with:
name: MuWire-${{ env.MW_VERSION }}.zip
name: MuWire-${{ env.MW_VERSION }}-${{ env.GITHUB_SHA }}.zip
path: gui/build/distributions/MuWire-${{ env.MW_VERSION }}.zip