Commit 031d1ab
Fernando Pinho
release: pass --repo to gh release download in attest workflow
The attest workflow doesn't actions/checkout first (it doesn't need the
source tree, only the binaries), so `gh release download` fails with
"fatal: not a git repository" because gh tries to infer the repo from
the working directory.
Fix: pass `--repo ${{ github.repository }}` explicitly.
Caught by the manual workflow_dispatch for v0.1.8.1 parent 9a5eacf commit 031d1ab
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments