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 b06a4ea commit 3258c3fCopy full SHA for 3258c3f
.github/workflows/ci.yml
@@ -53,6 +53,6 @@ jobs:
53
uses: svenstaro/upload-release-action@2.2.1
54
with:
55
repo_token: ${{ secrets.GITHUB_TOKEN }}
56
- file: /opt/sdk/*
+ file: /opt/python-wasm-sdk/sdk/*
57
file_glob: true
58
tag: ${{ github.ref }}
0 commit comments