Skip to content

Commit

Permalink
possible release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Sep 9, 2024
1 parent 7a69555 commit 63c7678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./publish/osx-x64/sherlog-cli
asset_path: ./sherlog-cli/publish/osx-x64/sherlog-cli
asset_name: sherlog-cli-osx-x64
asset_content_type: application/octet-stream

Expand All @@ -71,7 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./publish/linux-x64/sherlog-cli
asset_path: ./sherlog-cli/publish/linux-x64/sherlog-cli
asset_name: sherlog-cli-linux-x64
asset_content_type: application/octet-stream

Expand All @@ -81,6 +81,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./publish/linux-arm64/sherlog-cli
asset_path: ./sherlog-cli/publish/linux-arm64/sherlog-cli
asset_name: sherlog-cli-linux-arm64
asset_content_type: application/octet-stream

0 comments on commit 63c7678

Please sign in to comment.