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 3258c3f commit e4bf8a9Copy full SHA for e4bf8a9
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload sdk to Github artifacts
47
uses: actions/upload-artifact@v2
48
with:
49
- path: /opt/sdk
+ path: /opt/python-wasm-sdk/sdk
50
51
- name: Upload sdk to Github Releases
52
if: github.event_name == 'release'
0 commit comments