Skip to content

Commit c8e715a

Browse files
LUK3ARKthomastaylor312
authored andcommitted
fix(ci): correct wadm WIT tarball structure
Signed-off-by: luk3ark <luk3ark@gmail.com>
1 parent a5066c1 commit c8e715a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wit-wadm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
run: wkg publish package.wasm
3838
- name: Package tarball for release
3939
run: |
40-
tar cvzf ${{ steps.ctx.outputs.tarball }} -C wit/wadm ./
40+
mkdir -p release/wit
41+
cp wit/wadm/*.wit release/wit/
42+
tar cvzf ${{ steps.ctx.outputs.tarball }} -C release wit
4143
- name: Release
4244
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
4345
with:

0 commit comments

Comments
 (0)