cicd: sha full version

This commit is contained in:
jamesread 2022-08-24 22:15:39 +01:00
parent f4fdde9b54
commit 1c0a57abea
1 changed files with 1 additions and 1 deletions

View File

@ -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.sha }}-dist" name: "OliveTin-snapshot-${{ github.ref_name }}-${{ github.sha }}-dist"
path: dist/OliveTin*.* path: dist/OliveTin*.*
- name: Archive integration tests - name: Archive integration tests