Skip to content

Commit

Permalink
Merge pull request #29 from oasisprotocol/kostko/fix/ci-release
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
kostko committed Feb 27, 2023
2 parents ae0d82d + 147c1de commit b73f480
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: oasisprotocol/oasis-sdk/.github/actions/hash-rust@main
with:
image: oasisprotocol/runtime-builder:main
pkg-dirs: runtime
binaries: emerald-paratime
clean: no
setup: |
Expand All @@ -38,9 +37,7 @@ jobs:
- name: Create the debug Oasis Runtime Container
run: |
go install github.com/oasisprotocol/oasis-sdk/tools/orc@latest
pushd runtime
orc init ${RUNTIME_EXECUTABLE} --output ../localnet-emerald-paratime.orc
popd
orc init ${RUNTIME_EXECUTABLE} --output localnet-emerald-paratime.orc
env:
RUNTIME_EXECUTABLE: ${{ github.workspace }}/${{ steps.build-debug-elf.outputs.build-path }}/emerald-paratime

Expand Down

0 comments on commit b73f480

Please sign in to comment.