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 8866957 commit 542c307Copy full SHA for 542c307
.github/workflows/build.yml
@@ -55,8 +55,10 @@ jobs:
55
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
56
run: npm run save-to-github
57
- name: Attest
58
+ if: env.CREATED_ASSET_NAME != ''
59
uses: actions/attest-build-provenance@v2
60
with:
61
+ subject-name: '${{ env.CREATED_ASSET_NAME }}'
62
subject-path: '${{ github.workspace }}/build/Release/re2.node'
63
64
build-linux-node-20:
0 commit comments