We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ab1bf commit a4c84f3Copy full SHA for a4c84f3
.github/workflows/release.yml
@@ -45,4 +45,4 @@ jobs:
45
body: |
46
Automatic Release by GitHub Workflow
47
token: ${{ secrets.GITHUB_TOKEN }}
48
- files: doubak-${{ steps.tagName.outputs.tag }}-linux-amd64
+ files: releases/doubak-${{ steps.tagName.outputs.tag }}-linux-amd64
0 commit comments