Skip to content

Commit b2b623e

Browse files
committed
Trying suggestion to not reuse the same artifact name
1 parent a3d84f8 commit b2b623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_installation_package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Archive package artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: dqmgui-installation-package
63+
name: dqmgui-installation-package-${{ github.run_number }}-${{ github.run_attempt }}
6464
path: |
6565
/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz
6666
overwrite: true

0 commit comments

Comments
 (0)