Skip to content

Commit 0df71fb

Browse files
committed
ci: fix CI to publish the crate
1 parent 74e7318 commit 0df71fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797

9898
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26
9999
with:
100-
subject-name: /nom-kconfig-$VERSION
101-
subject-path: '/Cargo.lock'
100+
subject-name: 'nom-kconfig'
101+
subject-path: '${{ github.workspace }}/Cargo.lock'
102102
sbom-path: '${{ github.workspace }}/sbom.json'
103103
env:
104104
VERSION: ${{ needs.version.outputs.version }}

0 commit comments

Comments
 (0)