Skip to content

Commit 4eabf47

Browse files
committed
fixes
1 parent a3f0734 commit 4eabf47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
contents: read
4747
uses: github/salsa/.github/workflows/sign-artifact.yml@main
4848
with:
49-
artifact-path: dist/
49+
artifact-path: "."
5050

5151
verify:
5252
needs: sign
5353
uses: github/salsa/.github/workflows/verify.yml@main
5454
with:
55-
artifact-path: dist/
55+
artifact-path: "."

0 commit comments

Comments
 (0)