diff --git a/.github/workflows/build_installation_package.yaml b/.github/workflows/build_installation_package.yaml index 921a370..0c703f2 100644 --- a/.github/workflows/build_installation_package.yaml +++ b/.github/workflows/build_installation_package.yaml @@ -44,7 +44,7 @@ jobs: with: name: dqmgui-installation-package path: | - /tmp/dqmgui/dqmgui_installation_package.tar.gz + /tmp/dqmgui/${{ env.RELEASE_TAG }}.tar.gz # Create a release based on the tags used, so that the artifact is downloadable # without a GitHub account. - name: Release