Skip to content

Commit e0ae96a

Browse files
committed
fix: signing (#6)
* chore: add attestations * chore: add attestations
1 parent 4cb4cd2 commit e0ae96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: attest
4545
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
4646
with:
47-
subject-path: '${{ github.workspace }}/**/dist/*.zip'
47+
subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
4848
- name: ouptut attestation
4949
run: |
5050
echo "Attestation bundle: ${{ steps.attest.outputs.bundle-path }}"

0 commit comments

Comments
 (0)