From b749121a583a1064082b4a5bd5b0291d0958e934 Mon Sep 17 00:00:00 2001 From: shahmanash Date: Mon, 26 Feb 2024 15:51:51 +0100 Subject: [PATCH] update gh build file --- .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 0efc70a..9d1e264 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: package - path: ala-sensitive-data-server/target/ala-sensitive-data-server-[0-9].[0-9].[0-9].jar + path: ala-sensitive-data-server/target/ala-sensitive-data-server-[0-9].[0-9].jar - name: Log in to the Container registry if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') @@ -53,4 +53,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}