Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
compressed should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Navoichyk committed Oct 6, 2022
1 parent 1577555 commit bb21835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Copy wasm artifact from the image
run: |
container_id=$(docker create ${{ env.IMAGE_ID }})
artifact_name=node_runtime.compact.${GITHUB_SHA:0:7}.wasm
artifact_name=node_runtime.compact.compressed.${GITHUB_SHA:0:7}.wasm
echo ARTIFACT_NAME=$artifact_name >> $GITHUB_ENV
docker cp $container_id:/home/cere/node-runtime-artifacts/node_runtime.compact.wasm ./$artifact_name
docker cp $container_id:/home/cere/node-runtime-artifacts/node_runtime.compact.compressed.wasm ./$artifact_name
- name: Upload wasm artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bb21835

Please sign in to comment.