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