Skip to content

Commit 278e13f

Browse files
authored
Merge pull request #135 from AkihiroSuda/dev
CI: fix "Error: Could not find subject at path _output/*"
2 parents 5de7c2b + 7a777de commit 278e13f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
EOF
4949
- uses: actions/attest-build-provenance@v2
5050
with:
51-
subject-path: |
52-
_output/*
51+
subject-path: _output/*
5352
- name: "Create release"
5453
working-directory: go/src/github.com/containerd/fuse-overlayfs-snapshotter
5554
env:

0 commit comments

Comments
 (0)