Skip to content

Commit e6e54df

Browse files
committed
Disable attestion creation when uploads are disabled
1 parent 7530ab5 commit e6e54df

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/upload-release-artifact

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
name: ${{ steps.vars.outputs.attestation-name }}
6868
path: |
6969
${{ inputs.files }}
70-
${{(inputs.upload == 'true' && format('{}.jsonl', steps.vars.outputs.attestation-name)) || '' }}
70+
${{(inputs.upload == 'true' && format('{0}.jsonl', steps.vars.outputs.attestation-name)) || '' }}
7171
7272
- name: Install Python Requirements
7373
if: inputs.upload == 'true'

0 commit comments

Comments
 (0)