Skip to content

Commit febe645

Browse files
committed
Generate sigstore signatures in GitHub Actions
1 parent 184778a commit febe645

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,20 @@ jobs:
5757
with:
5858
name: ASIO401-installer
5959
path: src/out/installer/*
60+
sigstore:
61+
runs-on: ubuntu-latest
62+
needs: installer
63+
permissions:
64+
id-token: write
65+
steps:
66+
- uses: actions/download-artifact@v3
67+
with:
68+
name: ASIO401-installer
69+
- uses: sigstore/[email protected]
70+
with:
71+
inputs: "*"
72+
- uses: actions/upload-artifact@v3
73+
with:
74+
name: sigstore
75+
path: "*.sigstore"
76+
if-no-files-found: error

0 commit comments

Comments
 (0)