Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cchexcode committed Feb 19, 2023
1 parent 9e3e5dd commit 4dad653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.version.outputs.upload_url }}
asset_path: ./target/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
asset_name: complate_${{ needs.version.outputs.version }}_amd64.deb
asset_path: ./target/x86_64-unknown-linux-gnu/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
asset_name: complate-amd64.deb
asset_content_type: application/octet-stream

0 comments on commit 4dad653

Please sign in to comment.