Skip to content

Commit

Permalink
FIX: These aren't actually named values
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 19, 2025
1 parent 5a64c57 commit def42cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- uses: sigstore/cosign-installer@main
- name: sign
run: |
echo ${{ COSIGN_PUBLIC_KEY }}
echo ${{ COSIGN_PRIVATE_KEY }} > private.key
echo COSIGN_PUBLIC_KEY
echo COSIGN_PRIVATE_KEY > private.key
cosign sign-blob -y --key private.key ./target/release/${{ matrix.binary }} --bundle S3LF-${{ matrix.os }}.bundle
rm -rf private.key
Expand Down

0 comments on commit def42cb

Please sign in to comment.