We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea547ad commit 0605a91Copy full SHA for 0605a91
.github/workflows/build.yml
@@ -37,3 +37,8 @@ jobs:
37
#- run: npx ovsx publish --target ${{ matrix.platform }} -p ${{ secrets.OVSX_KEY }}
38
# working-directory: publish
39
# continue-on-error: true
40
+ - name: Upload artifacts
41
+ uses: actions/upload-artifact@v4
42
+ with:
43
+ name: build-artifacts
44
+ path: publish/
0 commit comments