@@ -139,23 +139,23 @@ jobs:
139139# - name: Qodana - Code Inspection
140140# uses: JetBrains/qodana-action@v2022.3.2
141141
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- uses : actions/upload-artifact@v3.1.2
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+ # uses: actions/upload-artifact@v3.1.2
156+ # with:
157+ # name: ${{ steps.artifact.outputs.filename }}
158+ # path: ./plugin/build/distributions/content/*/*
159159
160160 - name : Remove Old Snapshot Packages
161161 if : github.ref == 'refs/heads/master'
0 commit comments