Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson authored Nov 26, 2023
1 parent 8f0cade commit ef2e965
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,23 @@ jobs:
# - name: Qodana - Code Inspection
# uses: JetBrains/[email protected]

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
id: artifact
shell: bash
run: |
cd ${{ github.workspace }}/plugin/build/distributions
FILENAME=`ls *.zip`
unzip "$FILENAME" -d content
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
# Store already-built plugin as an artifact for downloading
- name: Upload artifact
uses: actions/[email protected]
with:
name: ${{ steps.artifact.outputs.filename }}
path: ./plugin/build/distributions/content/*/*
# # Prepare plugin archive content for creating artifact
# - name: Prepare Plugin Artifact
# id: artifact
# shell: bash
# run: |
# cd ${{ github.workspace }}/plugin/build/distributions
# FILENAME=`ls *.zip`
# unzip "$FILENAME" -d content

# echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT

# # Store already-built plugin as an artifact for downloading
# - name: Upload artifact
# uses: actions/[email protected]
# with:
# name: ${{ steps.artifact.outputs.filename }}
# path: ./plugin/build/distributions/content/*/*

- name: Remove Old Snapshot Packages
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit ef2e965

Please sign in to comment.