We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e7318 commit 0df71fbCopy full SHA for 0df71fb
1 file changed
.github/workflows/publish.yml
@@ -97,8 +97,8 @@ jobs:
97
98
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26
99
with:
100
- subject-name: /nom-kconfig-$VERSION
101
- subject-path: '/Cargo.lock'
+ subject-name: 'nom-kconfig'
+ subject-path: '${{ github.workspace }}/Cargo.lock'
102
sbom-path: '${{ github.workspace }}/sbom.json'
103
env:
104
VERSION: ${{ needs.version.outputs.version }}
0 commit comments