Explorar o código

cicd: ref_name in artifacts breaks when ref includes /

jamesread %!s(int64=3) %!d(string=hai) anos
pai
achega
7b7ec8f1e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build-snapshot.yml

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

@@ -44,7 +44,7 @@ jobs:
       - name: Archive binaries
         uses: actions/upload-artifact@v3.1.0
         with:
-          name: "OliveTin-snapshot-${{ github.ref_name }}-${{ github.sha }}-dist"
+          name: "OliveTin-snapshot-${{ github.sha }}-dist"
           path: dist/OliveTin*.*
 
       - name: Archive integration tests