File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v1
10- - name : pygame -wasm-builder prepare
10+ - name : python -wasm-builder prepare
1111 run : |
1212 WD=$(pwd)
1313 python3 -V
2525 cd $GITHUB_WORKSPACE
2626 time bash ./python-wasm-sdk.sh
2727
28- - name : " Upload to GitHub pages "
29- uses : JamesIves/github-pages-deploy-action@4.1.7
28+ - name : Package SDK
29+ uses : actions/upload-artifact@v2
3030 with :
31- branch : gh-pages
32- folder : sdk
31+ name : sdk
32+ path : $GITHUB_WORKSPACE/ sdk
Original file line number Diff line number Diff line change 3030<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
3131</html>
3232END
33- tar -cpRz emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.gz
33+ tar -cpR emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.gz
3434 else
3535 echo " cpython-build-emsdk-deps failed"
3636 exit 2
You can’t perform that action at this time.
0 commit comments