From 2aa665e8dcde7246880347f02d2b28099175dbb2 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Tue, 6 Aug 2024 13:17:21 -0700 Subject: [PATCH] nit --- .github/workflows/gradle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c694a85..c760f97 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -53,8 +53,7 @@ jobs: - name: Extract short SHA for artifact name id: short-sha - run: echo "sha_short=$(echo ${{ steps.meta.outputs.tags }} | cut -d: -f2)" >> $GITHUB_ENV - + run: echo "sha_short=$(echo '${{ steps.meta.outputs.tags }}' | cut -d: -f2)" >> $GITHUB_ENV - name: Upload JAR as artifact uses: actions/upload-artifact@v3