Skip to content

Commit 91d3719

Browse files
committed
paths
1 parent 2ef6fb8 commit 91d3719

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-x86_64-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: svenstaro/[email protected]
4444
with:
4545
repo_token: ${{ secrets.GITHUB_TOKEN }}
46-
file: /tmp/fs/tmp/sdk/dist/*.tar.lz4
46+
file: /workspace/tmp/sdk/dist/*.tar.lz4
4747
file_glob: true
4848
tag: ${{ github.ref }}
4949

docker-run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ else
1010
PROMPT=")"
1111
fi
1212

13+
mkdir -p ${SDKROOT}/sdk/dist
1314

1415
docker run $@ \
1516
-e SDKROOT=$SDKROOT \
@@ -18,7 +19,7 @@ docker run $@ \
1819
-e wasisdk=true \
1920
-v ./python-wasm-sdk:/workspace \
2021
-v ./prebuilt:/workspace/prebuilt \
21-
-v /tmp/dist:${SDKROOT}/dist \
22+
-v /tmp/sdk/dist:${SDKROOT}/sdk/dist \
2223
--workdir=/workspace --name wasmsdk debian:12 \
2324
bash --noprofile --rcfile docker_rc.sh -ci "( ./python-wasm-sdk.sh $PROMPT"
2425

0 commit comments

Comments
 (0)