From ca8d93e501f88dd7a45eb664cea5438479fa1da4 Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:54:15 +0200 Subject: [PATCH] [GHA] fix getting runtime version for artifact (#184) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c2aad0..44403bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -504,7 +504,8 @@ jobs: ls ls "${{ matrix.runtime }}-runtime-${{ github.sha }}" runtime_ver="$(ruby -e 'require "./scripts/github/lib.rb"; puts get_runtime()')" - echo "{runtime_ver}={$runtime_ver}" >> $GITHUB_OUTPUT + echo "Found version: >$runtime_ver<" + echo "runtime_ver={$runtime_ver}" >> $GITHUB_OUTPUT - name: Upload compact ${{ matrix.runtime }} wasm uses: actions/upload-release-asset@v1