We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d84f8 commit b2b623eCopy full SHA for b2b623e
.github/workflows/build_installation_package.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: Archive package artifact
61
uses: actions/upload-artifact@v4
62
with:
63
- name: dqmgui-installation-package
+ name: dqmgui-installation-package-${{ github.run_number }}-${{ github.run_attempt }}
64
path: |
65
/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz
66
overwrite: true
0 commit comments