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