Skip to content

Commit

Permalink
ci: Use actions/[email protected] to upload common build.
Browse files Browse the repository at this point in the history
  • Loading branch information
springkill committed Nov 3, 2024
1 parent 7dee8a6 commit cb9bdc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checkCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
- name: Build Plugin
run: ./gradlew buildPlugin

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: SecurityInspector
path: ./build/libs/
compression-level: 0

0 comments on commit cb9bdc2

Please sign in to comment.