Skip to content

Commit ef2e965

Browse files
authored
Update build.yml
1 parent 8f0cade commit ef2e965

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,23 @@ jobs:
139139
# - name: Qodana - Code Inspection
140140
# uses: JetBrains/[email protected]
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/[email protected]
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/[email protected]
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

Comments
 (0)