Skip to content

Commit

Permalink
GitHub Actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Mar 29, 2022
1 parent c814398 commit 0f74877
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2.1-eap

# Collect Qodana Result
- name: Collect Qodana Result
uses: actions/upload-artifact@v2
with:
name: qodana-result
path: ${{ github.workspace }}/qodana
uses: JetBrains/qodana-action@v5.0.2

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand All @@ -122,7 +115,7 @@ jobs:
FILENAME=`ls *.zip`
unzip "$FILENAME" -d content
echo "::set-output name=filename::$FILENAME"
echo "::set-output name=filename::${FILENAME:0:-4}"
# Store already-built plugin as an artifact for downloading
- name: Upload artifact
Expand Down

0 comments on commit 0f74877

Please sign in to comment.