Skip to content

Commit 76bac93

Browse files
authored
Update release.yml (#1540)
1 parent d872232 commit 76bac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
set -euo pipefail
7474
gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "*.tar.gz"
75-
gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "attestation.intoto.jsonl"
75+
gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "multiple.intoto.jsonl"
7676
- name: Verify assets
7777
env:
7878
CHECKSUMS: ${{ needs.goreleaser.outputs.hashes }}

0 commit comments

Comments
 (0)