Skip to content

Commit b73177a

Browse files
committed
fix
1 parent ca95514 commit b73177a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sign.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
steps:
3030
- name: Download signing artifacts
3131
uses: actions/download-artifact@v4
32+
- name: List files
33+
run: ls -la
3234
- name: Sign with Sigstore
3335
uses: sigstore/[email protected]
3436
with:
35-
inputs: main1.tar.gz main2.tar.gz
37+
inputs: artifact1/main.tar.gz artifact2/main2.tar.gz
3638
verify: true
3739
verify-cert-identity: https://github.com/KornevNikita/llvm/.github/workflows/sign.yml@refs/heads/sycl
3840
verify-oidc-issuer: https://token.actions.githubusercontent.com

0 commit comments

Comments
 (0)