Skip to content

Commit

Permalink
[CI] Fix ubuntu release CI
Browse files Browse the repository at this point in the history
Signed-off-by: YiYing He <yiying@secondstate.io>
  • Loading branch information
q82419 committed Oct 3, 2022
1 parent a278e50 commit 980c524
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -84,14 +84,13 @@ jobs:
run: |
cmake --build build --target package
- name: Upload package tarball
if: ${{ inputs.release }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: build/WasmEdge-${{ inputs.version }}-Linux.tar.gz
asset_name: WasmEdge-${{ inputs.version }}-ubuntu20.04_x86_64.tar.gz
asset_path: build/WasmEdge-${{ needs.create_release.outputs.version }}-Linux.tar.gz
asset_name: WasmEdge-${{ needs.create_release.outputs.version }}-ubuntu20.04_x86_64.tar.gz
asset_content_type: application/x-gzip

build_on_manylinux2014:
Expand Down

0 comments on commit 980c524

Please sign in to comment.