@@ -139,23 +139,23 @@ jobs:
139
139
# - name: Qodana - Code Inspection
140
140
# uses: JetBrains/[email protected]
141
141
142
- # Prepare plugin archive content for creating artifact
143
- - name : Prepare Plugin Artifact
144
- id : artifact
145
- shell : bash
146
- run : |
147
- cd ${{ github.workspace }}/plugin/build/distributions
148
- FILENAME=`ls *.zip`
149
- unzip "$FILENAME" -d content
150
-
151
- echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
152
-
153
- # Store already-built plugin as an artifact for downloading
154
- - name : Upload artifact
155
-
156
- with :
157
- name : ${{ steps.artifact.outputs.filename }}
158
- path : ./plugin/build/distributions/content/*/*
142
+ # # Prepare plugin archive content for creating artifact
143
+ # - name: Prepare Plugin Artifact
144
+ # id: artifact
145
+ # shell: bash
146
+ # run: |
147
+ # cd ${{ github.workspace }}/plugin/build/distributions
148
+ # FILENAME=`ls *.zip`
149
+ # unzip "$FILENAME" -d content
150
+
151
+ # echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
152
+
153
+ # # Store already-built plugin as an artifact for downloading
154
+ # - name: Upload artifact
155
+
156
+ # with:
157
+ # name: ${{ steps.artifact.outputs.filename }}
158
+ # path: ./plugin/build/distributions/content/*/*
159
159
160
160
- name : Remove Old Snapshot Packages
161
161
if : github.ref == 'refs/heads/master'
0 commit comments