Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NavinKumarMNK committed Apr 16, 2024
1 parent b33a4e2 commit 4baddeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cli-app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/cli-linux
asset_path: ./dist/cli-linux/cli-linux
asset_name: cli-linux
asset_content_type: application/octet-stream

Expand All @@ -143,7 +143,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/cli-macos
asset_path: ./dist/cli-macos/cli-macos
asset_name: cli-macos
asset_content_type: application/octet-stream

0 comments on commit 4baddeb

Please sign in to comment.