mirror of https://github.com/zlatinb/muwire
append commit hash to artifact name
parent
6c6d5a31f0
commit
f0fd3fada7
|
@ -35,5 +35,5 @@ jobs:
|
||||||
- name: Upload .zip
|
- name: Upload .zip
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
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
|
path: gui/build/distributions/MuWire-${{ env.MW_VERSION }}.zip
|
||||||
|
|
Loading…
Reference in New Issue