Skip to content

Commit 9554f3a

Browse files
committed
ci: Update asset paths for Linux and Windows builds in release workflow
1 parent 8e9a055 commit 9554f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
with:
8383
upload_url: ${{ steps.create_release.outputs.upload_url }}
84-
asset_path: build/linux-amd64
84+
asset_path: build/linux-amd64/app
8585
asset_name: flower-linux-amd64
8686
asset_content_type: application/octet-stream
8787

@@ -91,6 +91,6 @@ jobs:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
with:
9393
upload_url: ${{ steps.create_release.outputs.upload_url }}
94-
asset_path: build/windows-amd64
94+
asset_path: build/windows-amd64/app
9595
asset_name: flower-windows-amd64.exe
9696
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)