Skip to content

Commit

Permalink
[GHA] fix getting runtime version for artifact (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Aug 7, 2023
1 parent b2392f9 commit ca8d93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca8d93e

Please sign in to comment.