Skip to content

Commit 1dc0d9c

Browse files
committed
update workflow
1 parent f64e00b commit 1dc0d9c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
with:
3333
submodules: recursive
3434
- uses: actboy168/setup-luamake@master
35-
- run: cd server
36-
- run: luamake -platform ${{ matrix.platform }}
37-
- run: cd ..
35+
- run: |
36+
cd server
37+
luamake -platform ${{ matrix.platform }}
38+
cd ..
3839
3940
- name: Setting up workflow variables
4041
id: vars
@@ -53,6 +54,11 @@ jobs:
5354
# Full name of the tarball asset
5455
PKG_NAME="${PKG_BASENAME}.${PKG_SUFFIX}"
5556
57+
- names: Pack vsix
58+
id: pack
59+
shell: bash
60+
run: vsce package -o PKG_NAME
61+
5662
- uses: actions/upload-artifact@v2
5763
with:
5864
name: ${{ steps.vars.outputs.PKG_BASENAME }}

0 commit comments

Comments
 (0)