Skip to content

Commit 567a912

Browse files
committed
testing...
1 parent 78c2b3e commit 567a912

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ jobs:
3333
sudo apt update && sudo apt install -y libiberty-dev
3434
- run: luamake lua compile/download_deps.lua
3535
- run: luamake -mode release -platform ${{ matrix.platform }}
36-
- run: npm install -g @vscode/vsce ovsx
37-
- run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
38-
working-directory: publish
39-
continue-on-error: true
40-
- run: npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
41-
working-directory: publish
42-
continue-on-error: true
36+
#- run: npm install -g @vscode/vsce ovsx
37+
#- run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
38+
# working-directory: publish
39+
# continue-on-error: true
40+
#- run: npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
41+
# working-directory: publish
42+
# continue-on-error: true
43+
- name: Upload artifact
44+
uses: actions/upload-artifact@v4
45+
with:
46+
name: build-artifact
47+
path: publish/
48+
retention-days: 7 # Keep the artifact for 7 days

0 commit comments

Comments
 (0)