Skip to content

Commit 4dad653

Browse files
author
replicadse
committed
update
1 parent 9e3e5dd commit 4dad653

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
@@ -72,6 +72,6 @@ jobs:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
with:
7474
upload_url: ${{ needs.version.outputs.upload_url }}
75-
asset_path: ./target/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
76-
asset_name: complate_${{ needs.version.outputs.version }}_amd64.deb
75+
asset_path: ./target/x86_64-unknown-linux-gnu/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
76+
asset_name: complate-amd64.deb
7777
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)