We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b01ad commit be458ebCopy full SHA for be458eb
.github/workflows/ci.yml
@@ -49,16 +49,3 @@ jobs:
49
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main,mode=max
50
secrets: |
51
"js_e2e_test_env=${{ secrets.JS_E2E_TEST_ENV }}"
52
-
53
- - name: Extract artifacts
54
- run: |
55
- mkdir artifacts
56
- docker build --target=wasm-rust-guest.artifact --output=type=local,dest=./artifacts .
57
58
- - name: Show build summary
59
60
- echo "## Build Artifacts" >> $GITHUB_STEP_SUMMARY
61
- echo "" >> $GITHUB_STEP_SUMMARY
62
- echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
63
- find artifacts -type f -exec ls -lh {} \; >> $GITHUB_STEP_SUMMARY
64
0 commit comments