Ver Fonte

cicd: sha full version

jamesread há 3 anos atrás
pai
commit
f4fdde9b54
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/build-snapshot.yml

+ 1 - 1
.github/workflows/build-snapshot.yml

@@ -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