diff --git a/.github/workflows/build-cli.yaml b/.github/workflows/build-cli.yaml index 2d968f1..c210c49 100644 --- a/.github/workflows/build-cli.yaml +++ b/.github/workflows/build-cli.yaml @@ -51,7 +51,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./publish/osx-arm64/sherlog-cli + asset_path: ./sherlog-cli/publish/osx-arm64/sherlog-cli asset_name: sherlog-cli-osx-arm64 asset_content_type: application/octet-stream