From a83343f66420d3b5d83828a6442def566b3c6e70 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Tue, 6 Aug 2024 13:18:08 -0700 Subject: [PATCH] just stop trying to add hash --- .github/workflows/gradle.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c760f97..e84afcf 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -43,20 +43,8 @@ jobs: - name: Build JAR run: ./gradlew jar - - name: Extract metadata (tags, labels) - id: meta - uses: docker/metadata-action@v4 - with: - images: ${{ env.REGISTRY }}/${{ github.repository }} - tags: | - type=sha,format=short,prefix= - - - name: Extract short SHA for artifact name - id: short-sha - run: echo "sha_short=$(echo '${{ steps.meta.outputs.tags }}' | cut -d: -f2)" >> $GITHUB_ENV - - name: Upload JAR as artifact uses: actions/upload-artifact@v3 with: - name: axmlprinter-${{ env.sha_short }} + name: axmlprinter-jar path: build/libs/*.jar \ No newline at end of file