From 462efe74c4bed87a450ade7c448165e7d70c88a7 Mon Sep 17 00:00:00 2001 From: jamesread Date: Wed, 24 Aug 2022 22:03:33 +0100 Subject: [PATCH] cicd: short github hash in dist name --- .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 c012816..204a800 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.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.short_ref }}-dist" + name: "OliveTin-snapshot-${{ github.ref_name }}-${{ GITHUB_SHA::7 }}-dist" path: dist/OliveTin*.* - name: Archive integration tests