Skip to content

Commit

Permalink
version v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gunantos committed Aug 30, 2022
1 parent ac32195 commit ab004a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./pc_monitoring/${{ matrix.OUT_FILE_NAME}}
asset_path: ./build/${{ matrix.OUT_FILE_NAME}}
asset_name: ${{ matrix.OUT_FILE_NAME}}
asset_content_type: ${{ matrix.ASSET_MIME}}

0 comments on commit ab004a4

Please # to comment.