Skip to content

Commit

Permalink
Artifacts for all platforms, use @vscode/vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Dec 23, 2022
1 parent f33e804 commit d78a72e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/texlive_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: |
npm ci
npm run compile
- run: xvfb-run -a npm run test
- run: xvfb-run -a npm run test | sed 's/^.*Failed to connect to the bus:.*$//'
- run: npm run release
- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/texlive_on_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ jobs:
npm run compile
- name: Run tests
run: npm run test
- run: npm run release
- uses: actions/upload-artifact@v3
with:
path: latex-workshop-*.vsix
4 changes: 4 additions & 0 deletions .github/workflows/texlive_on_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jobs:
npm run compile
- name: Run tests
run: npm run test
- run: npm run release
- uses: actions/upload-artifact@v3
with:
path: latex-workshop-*.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2574,12 +2574,12 @@
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vscode/test-electron": "2.2.0",
"@vscode/vsce": "2.16.0",
"eslint": "8.28.0",
"mocha": "9.2.2",
"rimraf": "3.0.2",
"textmate-bailout": "1.1.0",
"typescript": "4.9.3",
"vsce": "2.14.0",
"vscode-extend-language": "0.1.1"
}
}

0 comments on commit d78a72e

Please sign in to comment.