From 621f0bdbfa5253451e37de46545330a61f8d6834 Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Sat, 29 Apr 2023 23:22:10 +0200 Subject: [PATCH] Revert "test out branch name and commit hash as artifact name" This reverts commit fb0665786ba6bee67f99361732e83e2f550f8663. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd338c1..8a7c468 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,11 @@ jobs: java-version: 17 distribution: 'temurin' - name: Build with Maven - run: mvn -B package --file pom.xml -Djar.finalName=BlockEdit-${GITHUB_REF}-${GITHUB_SHA::6} + run: mvn -B package --file pom.xml - name: Copy artifacts run: mkdir staging && cp target/BlockEdit-*.jar staging - name: Upload artifacts uses: actions/upload-artifact@v3 with: - name: BlockEdit-${GITHUB_REF}-${GITHUB_SHA::6} + name: BlockEdit path: staging \ No newline at end of file