We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9a055 commit 9554f3aCopy full SHA for 9554f3a
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
with:
83
upload_url: ${{ steps.create_release.outputs.upload_url }}
84
- asset_path: build/linux-amd64
+ asset_path: build/linux-amd64/app
85
asset_name: flower-linux-amd64
86
asset_content_type: application/octet-stream
87
@@ -91,6 +91,6 @@ jobs:
91
92
93
94
- asset_path: build/windows-amd64
+ asset_path: build/windows-amd64/app
95
asset_name: flower-windows-amd64.exe
96
0 commit comments