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 7530ab5 commit e6e54dfCopy full SHA for e6e54df
.github/workflows/upload-release-artifact/action.yml
@@ -67,7 +67,7 @@ runs:
67
name: ${{ steps.vars.outputs.attestation-name }}
68
path: |
69
${{ inputs.files }}
70
- ${{(inputs.upload == 'true' && format('{}.jsonl', steps.vars.outputs.attestation-name)) || '' }}
+ ${{(inputs.upload == 'true' && format('{0}.jsonl', steps.vars.outputs.attestation-name)) || '' }}
71
72
- name: Install Python Requirements
73
if: inputs.upload == 'true'
0 commit comments