Skip to content

Commit

Permalink
FEAT: Add bundles to the release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 19, 2025
1 parent 69e3c76 commit bada4bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: sigstore/cosign-installer@main
- name: sign
run: cosign sign-blob -y ./target/release/${{ matrix.binary }} --bundle S3LF.bundle
run: cosign sign-blob -y ./target/release/${{ matrix.binary }} --bundle S3LF-${{ matrix.os }}.bundle

- name: compress
run: 7z a -tzip ${{matrix.archive}} ./target/release/${{matrix.binary}}
Expand All @@ -49,4 +49,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ${{ matrix.archive }}
files: |
${{ matrix.archive }}
S3LF-${{ matrix.os }}.bundle

0 comments on commit bada4bb

Please sign in to comment.