From 7b7ec8f1e0c93a3a423486bb9ad19f6aedf0137a Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 23 Feb 2023 17:04:58 +0000 Subject: [PATCH] cicd: ref_name in artifacts breaks when ref includes / --- .github/workflows/build-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 87d3259..2c8d1b0 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.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