Skip to content

Commit a4c84f3

Browse files
committed
Fixed wrong release gh action file pattern
1 parent e3ab1bf commit a4c84f3

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
@@ -45,4 +45,4 @@ jobs:
4545
body: |
4646
Automatic Release by GitHub Workflow
4747
token: ${{ secrets.GITHUB_TOKEN }}
48-
files: doubak-${{ steps.tagName.outputs.tag }}-linux-amd64
48+
files: releases/doubak-${{ steps.tagName.outputs.tag }}-linux-amd64

0 commit comments

Comments
 (0)