Skip to content

Commit 5bc9985

Browse files
authored
Merge pull request #136 from takumin/fix-ci-release-workflow
CI: update subject-path in release workflow for correct artifact location
2 parents 278e13f + c59a2ea commit 5bc9985

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
@@ -48,7 +48,7 @@ jobs:
4848
EOF
4949
- uses: actions/attest-build-provenance@v2
5050
with:
51-
subject-path: _output/*
51+
subject-path: go/src/github.com/containerd/fuse-overlayfs-snapshotter/_output/*
5252
- name: "Create release"
5353
working-directory: go/src/github.com/containerd/fuse-overlayfs-snapshotter
5454
env:

0 commit comments

Comments
 (0)