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 2ef6fb8 commit 91d3719Copy full SHA for 91d3719
.github/workflows/ci-x86_64-alpine.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: svenstaro/[email protected]
44
with:
45
repo_token: ${{ secrets.GITHUB_TOKEN }}
46
- file: /tmp/fs/tmp/sdk/dist/*.tar.lz4
+ file: /workspace/tmp/sdk/dist/*.tar.lz4
47
file_glob: true
48
tag: ${{ github.ref }}
49
docker-run.sh
@@ -10,6 +10,7 @@ else
10
PROMPT=")"
11
fi
12
13
+mkdir -p ${SDKROOT}/sdk/dist
14
15
docker run $@ \
16
-e SDKROOT=$SDKROOT \
@@ -18,7 +19,7 @@ docker run $@ \
18
19
-e wasisdk=true \
20
-v ./python-wasm-sdk:/workspace \
21
-v ./prebuilt:/workspace/prebuilt \
- -v /tmp/dist:${SDKROOT}/dist \
22
+ -v /tmp/sdk/dist:${SDKROOT}/sdk/dist \
23
--workdir=/workspace --name wasmsdk debian:12 \
24
bash --noprofile --rcfile docker_rc.sh -ci "( ./python-wasm-sdk.sh $PROMPT"
25
0 commit comments