We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca95514 commit b73177aCopy full SHA for b73177a
.github/workflows/sign.yml
@@ -29,10 +29,12 @@ jobs:
29
steps:
30
- name: Download signing artifacts
31
uses: actions/download-artifact@v4
32
+ - name: List files
33
+ run: ls -la
34
- name: Sign with Sigstore
35
uses: sigstore/[email protected]
36
with:
- inputs: main1.tar.gz main2.tar.gz
37
+ inputs: artifact1/main.tar.gz artifact2/main2.tar.gz
38
verify: true
39
verify-cert-identity: https://github.com/KornevNikita/llvm/.github/workflows/sign.yml@refs/heads/sycl
40
verify-oidc-issuer: https://token.actions.githubusercontent.com
0 commit comments