Skip to content

Commit

Permalink
TEST: Add signing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 19, 2025
1 parent 34b1428 commit bd1dd20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: build
run: cargo build --release

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

- name: compress
run: 7z a -tzip ${{matrix.archive}} ./target/release/${{matrix.binary}}

Expand Down

0 comments on commit bd1dd20

Please sign in to comment.