Skip to content

Commit

Permalink
ci: fix uploading again
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Oct 5, 2024
1 parent 48acd46 commit f5c809b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'main')
with:
name: JavaScriptPluginExtension
path: javascript/build/libs/*.jar
- name: Upload PythonPluginExtension
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'main')
with:
name: PythonPluginExtension
path: python/build/libs/*.jar

0 comments on commit f5c809b

Please sign in to comment.