We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d872232 commit 76bac93Copy full SHA for 76bac93
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
set -euo pipefail
74
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"
+ gh -R "$GITHUB_REPOSITORY" release download "$GITHUB_REF_NAME" -p "multiple.intoto.jsonl"
76
- name: Verify assets
77
env:
78
CHECKSUMS: ${{ needs.goreleaser.outputs.hashes }}
0 commit comments