Fix artifact download

pull/449/head
Alex Crichton 1 year ago
parent babe59ea15
commit 6a5dae6b24

@ -233,6 +233,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: dist-x86_64-linux
path: dist-x86_64-linux
- run: ./ci/merge-artifacts.sh
- run: tar xf dist/wasi-sdk-*.tar.gz
- run: |

Loading…
Cancel
Save