Skip to content

Commit

Permalink
asset_path_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Apr 8, 2023
1 parent b93b2ce commit d09409b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo install --path .
run: cargo build --release
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: /usr/local/cargo/bin/cli
asset_path: ./target/release/cli
asset_name: cli-${{ matrix.os }}
asset_content_type: application/octet-stream

Expand Down

0 comments on commit d09409b

Please sign in to comment.