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 4cb4cd2 commit e0ae96aCopy full SHA for e0ae96a
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
id: attest
45
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
46
with:
47
- subject-path: '${{ github.workspace }}/**/dist/*.zip'
+ subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
48
- name: ouptut attestation
49
run: |
50
echo "Attestation bundle: ${{ steps.attest.outputs.bundle-path }}"
0 commit comments