Skip to content

Commit 6dd8df0

Browse files
committed
switch to artifacts
1 parent 2b0732c commit 6dd8df0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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
@@ -25,8 +25,8 @@ jobs:
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

python-wasm-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ then
3030
<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
3131
</html>
3232
END
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

0 commit comments

Comments
 (0)