File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,19 @@ jobs:
44
44
run : |
45
45
stack exec koka -- -e -O2 util/bundle
46
46
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
53
53
54
54
# Create a release https://github.com/softprops/action-gh-release
55
55
- name : Release
56
56
uses : softprops/action-gh-release@v2
57
- with :
57
+ with : # support/vscode/koka.language-koka/*.vsix
58
58
files : |
59
59
bundle/**/*.tar.gz
60
- support/vscode/koka.language-koka/*.vsix
61
60
util/install.bat
62
61
util/install.sh
63
62
make_latest : true
You can’t perform that action at this time.
0 commit comments