Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 9, 2024
1 parent 41f56ed commit 0234638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
if: success() && contains(github.ref_name, 'main')
with:
name: JavaScriptPluginExtension
path: javascript/build/libs/*.jar
path: javascript/build/distributions/*.zip
- name: Upload PythonPluginExtension
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'main')
with:
name: PythonPluginExtension
path: python/build/libs/*.jar
path: python/build/distributions/*.zip

0 comments on commit 0234638

Please sign in to comment.