Skip to content

Commit be458eb

Browse files
authored
ci: stop extracting artifacts on every ci build (#81)
1 parent d1b01ad commit be458eb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,3 @@ jobs:
4949
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main,mode=max
5050
secrets: |
5151
"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-
run: |
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-
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)