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"