File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments