cicd: short github hash in dist name
This commit is contained in:
parent
e9fbcce220
commit
462efe74c4
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Archive binaries
|
- name: Archive binaries
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3.1.0
|
||||||
with:
|
with:
|
||||||
name: "OliveTin-snapshot-${{ github.ref_name }}-${{ github.short_ref }}-dist"
|
name: "OliveTin-snapshot-${{ github.ref_name }}-${{ GITHUB_SHA::7 }}-dist"
|
||||||
path: dist/OliveTin*.*
|
path: dist/OliveTin*.*
|
||||||
|
|
||||||
- name: Archive integration tests
|
- name: Archive integration tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue