Skip to content

Commit ea547ad

Browse files
committed
testing...
1 parent ffb03d6 commit ea547ad

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)