Skip to content

Commit

Permalink
Fix release assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Sep 13, 2024
1 parent e9dc63a commit 7956773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSPHRASE }}
run: ./gradlew clean publishAndReleaseToMavenCentral --no-configuration-cache

- name: Release
- name: Release assets
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
tag_name: ${{ github.event.release.tag_name }}
files: core/build/libs/*.jar
files: |
kapsule-core/build/libs/*.jar

0 comments on commit 7956773

Please sign in to comment.