Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting committed Jun 23, 2024
1 parent 544e8c4 commit b76a0ce
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,19 @@ jobs:
run: |
stack exec koka -- -e -O2 util/bundle
- name: Package VSCode Extension
working-directory: support/vscode/koka.language-koka
run: |
npm install
npm run build
npm run package
# - name: Package VSCode Extension
# working-directory: support/vscode/koka.language-koka
# run: |
# npm install
# npm run build
# npm run package

# Create a release https://github.com/softprops/action-gh-release
- name: Release
uses: softprops/action-gh-release@v2
with:
with: # support/vscode/koka.language-koka/*.vsix
files: |
bundle/**/*.tar.gz
support/vscode/koka.language-koka/*.vsix
util/install.bat
util/install.sh
make_latest: true

0 comments on commit b76a0ce

Please sign in to comment.