We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6948a commit 2d2b3b2Copy full SHA for 2d2b3b2
1 file changed
action.yml
@@ -338,7 +338,7 @@ runs:
338
uses: actions/upload-artifact@v4
339
if: always()
340
with:
341
- name: mautic-deployment-log-${{ inputs.vps-name }}-${{ github.run_number }}
+ name: mautic-deployment-log-${{ github.run_id }}-${{ github.job }}-${{ strategy.job-index }}
342
path: ./setup-dc.log
343
344
- name: Cleanup
0 commit comments