diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1e4f3..4b47945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,5 +34,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./cc/build.tar.gz - asset_name: release_${{ github.ref }}_ubuntu-18.04.tar.gz + asset_name: bagua-net_${{ github.ref }}_x86_64.tar.gz asset_content_type: application/tar+gzip