From 7ab32298a4157a741d9e90abed04a34c7788f38b Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Tue, 19 Dec 2023 12:14:56 +0100 Subject: [PATCH] Test --- .github/workflows/build_installation_package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_installation_package.yaml b/.github/workflows/build_installation_package.yaml index 0c703f2..9efbf5e 100644 --- a/.github/workflows/build_installation_package.yaml +++ b/.github/workflows/build_installation_package.yaml @@ -50,7 +50,7 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - artifacts: "/tmp/dqmgui/dqmgui_installation_package.tar.gz" + artifacts: "/tmp/dqmgui/${{ env.RELEASE_TAG }}.tar.gz" bodyFile: "/tmp/release_body.md" tag: ${{ env.RELEASE_TAG }} allowUpdates: "true"