From 980c52416bc53fafebcdf026cfc851a43dcb887c Mon Sep 17 00:00:00 2001 From: YiYing He Date: Mon, 3 Oct 2022 19:40:52 +0800 Subject: [PATCH] [CI] Fix ubuntu release CI Signed-off-by: YiYing He --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f95b58b4a70c..22498856613d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: