Skip to content

Commit

Permalink
Fix the Sigstore inputs. Sigh.
Browse files Browse the repository at this point in the history
Change-Id: I5ee5e77240952d4927959e2cdbe1b2f82cfa4d92
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62971
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Ash Liu <[email protected]>
  • Loading branch information
junyer committed Apr 8, 2024
1 parent b0e6423 commit e76b306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
shell: bash
- uses: sigstore/[email protected]
with:
inputs: *.tar.gz *.zip
# N.B. This is a whitespace-separated string!
inputs: '*.tar.gz *.zip'
- run: |
gh release upload "${GITHUB_REF_NAME}" \
*.tar.gz *.zip *.sigstore \
Expand Down

0 comments on commit e76b306

Please sign in to comment.