Skip to content

Commit

Permalink
fixed asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Apr 8, 2023
1 parent bc78ecb commit 5b215c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: .cli/target/release/cli
asset_path: ./target/release/cli
asset_name: cli-${{ matrix.os }}
asset_content_type: application/octet-stream

Expand Down

0 comments on commit 5b215c7

Please sign in to comment.