Skip to content

Commit

Permalink
Generate sigstore signatures in GitHub Actions
Browse files Browse the repository at this point in the history
This is a port of
dechamps/ASIO401@febe645
  • Loading branch information
dechamps committed May 26, 2024
1 parent dbfb86a commit 6ffbcf3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,20 @@ jobs:
with:
name: FlexASIO-installer
path: src/out/installer/*
sigstore:
runs-on: ubuntu-latest
needs: installer
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: FlexASIO-installer
- uses: sigstore/[email protected]
with:
inputs: "*"
- uses: actions/upload-artifact@v3
with:
name: sigstore
path: "*.sigstore"
if-no-files-found: error

0 comments on commit 6ffbcf3

Please sign in to comment.