Skip to content

Commit b76a0ce

Browse files
committed
update
1 parent 544e8c4 commit b76a0ce

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,19 @@ jobs:
4444
run: |
4545
stack exec koka -- -e -O2 util/bundle
4646
47-
- name: Package VSCode Extension
48-
working-directory: support/vscode/koka.language-koka
49-
run: |
50-
npm install
51-
npm run build
52-
npm run package
47+
# - name: Package VSCode Extension
48+
# working-directory: support/vscode/koka.language-koka
49+
# run: |
50+
# npm install
51+
# npm run build
52+
# npm run package
5353

5454
# Create a release https://github.com/softprops/action-gh-release
5555
- name: Release
5656
uses: softprops/action-gh-release@v2
57-
with:
57+
with: # support/vscode/koka.language-koka/*.vsix
5858
files: |
5959
bundle/**/*.tar.gz
60-
support/vscode/koka.language-koka/*.vsix
6160
util/install.bat
6261
util/install.sh
6362
make_latest: true

0 commit comments

Comments
 (0)