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 a5066c1 commit c8e715aCopy full SHA for c8e715a
.github/workflows/wit-wadm.yaml
@@ -37,7 +37,9 @@ jobs:
37
run: wkg publish package.wasm
38
- name: Package tarball for release
39
run: |
40
- tar cvzf ${{ steps.ctx.outputs.tarball }} -C wit/wadm ./
+ mkdir -p release/wit
41
+ cp wit/wadm/*.wit release/wit/
42
+ tar cvzf ${{ steps.ctx.outputs.tarball }} -C release wit
43
- name: Release
44
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
45
with:
0 commit comments