Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit 74e2ca5

Browse files
committed
Fix release config
1 parent 412cdf5 commit 74e2ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
- name: Publish artifacts
4242
uses: ncipollo/release-action@v1
4343
with:
44-
artifacts: "dist/mkcert-*"
44+
artifacts: "mkcert-*"
4545
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)