File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -205,22 +205,11 @@ jobs:
205
205
name : wheel-package
206
206
path : dist/*.whl
207
207
208
- - name : Prepare IntelliJ Plugin Artifact
209
- id : artifact
210
- shell : bash
211
- run : |
212
- cd ${{ github.workspace }}/intellij-client/build/distributions
213
- FILENAME=`ls *.zip`
214
- unzip "$FILENAME" -d content
215
-
216
- echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
217
-
218
- # Store already-built plugin as an artifact for downloading
219
- - name : Upload IntelliJ plugin
208
+ - name : Upload intellij plugin
220
209
uses : actions/upload-artifact@v4
221
210
with :
222
- name : ${{ steps.artifact.outputs.filename }}
223
- path : ./intellij-client/build/distributions/content/*/*
211
+ name : intellij-package
212
+ path : ./intellij-client/build/distributions/*.zip
224
213
225
214
publish :
226
215
runs-on : ubuntu-latest
@@ -264,6 +253,10 @@ jobs:
264
253
with :
265
254
name : wheel-package
266
255
path : dist
256
+ - uses : actions/download-artifact@v4
257
+ with :
258
+ name : intellij-package
259
+ path : dist
267
260
268
261
- name : get release informations
269
262
id : get_release_informations
You can’t perform that action at this time.
0 commit comments