File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 4040 steps :
4141 - uses : actions/checkout@v4
4242 with :
43- repository : ' eclipse-jdtls /eclipse.jdt.ls'
43+ repository : ' rgrunber /eclipse.jdt.ls'
4444 fetch-depth : 2
4545 path : eclipse.jdt.ls
4646 - uses : actions/checkout@v4
6969 if : " ${{ inputs.JDT_LS_VERSION == '' }}"
7070 uses : actions/checkout@v4
7171 with :
72- repository : eclipse-jdtls /eclipse.jdt.ls
72+ repository : rgrunber /eclipse.jdt.ls
7373 - name : Cache Maven local repository
7474 uses : actions/cache@v4
7575 with :
@@ -188,3 +188,8 @@ jobs:
188188 ovsx publish --skip-duplicate -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
189189 done
190190 ovsx publish --skip-duplicate -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath vscode-java/vscode-java-*-${GITHUB_RUN_NUMBER}.vsix
191+ - name : Delete saved artifacts
192+ if : always()
193+ uses : geekyeggo/delete-artifact@e46cfb9575865f907c2beb2e4170b5f4c7d77c52
194+ with :
195+ name : vscode-java
You can’t perform that action at this time.
0 commit comments