File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,27 +13,27 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16- - os : windows-latest
17- platform : win32-x64
16+ # - os: windows-latest
17+ # platform: win32-x64
1818 - os : ubuntu-22.04
1919 platform : linux-x64
20- - os : ubuntu-22.04-arm
21- platform : linux-arm64
22- - os : macos-latest
23- platform : darwin-x64
24- - os : macos-latest
25- platform : darwin-arm64
20+ # - os: ubuntu-22.04-arm
21+ # platform: linux-arm64
22+ # - os: macos-latest
23+ # platform: darwin-x64
24+ # - os: macos-latest
25+ # platform: darwin-arm64
2626 steps :
2727 - uses : actions/checkout@v4
2828 with :
2929 submodules : recursive
3030 - uses : actboy168/setup-luamake@master
3131 - run : luamake lua compile/download_deps.lua
3232 - run : luamake -mode release -platform ${{ matrix.platform }}
33- - run : npm install -g @vscode/vsce ovsx
34- - run : npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
35- working-directory : publish
36- continue-on-error : true
37- - run : npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
38- working-directory : publish
39- continue-on-error : true
33+ # - run: npm install -g @vscode/vsce ovsx
34+ # - run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
35+ # working-directory: publish
36+ # continue-on-error: true
37+ # - run: npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
38+ # working-directory: publish
39+ # continue-on-error: true
You can’t perform that action at this time.
0 commit comments