Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed May 8, 2024
1 parent f3fdf6e commit 63c304c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Execute Gradle build
run: ./gradlew build

- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: "build/libs/*"
artifacts: "build/libs/*"
generateReleaseNotes: true

0 comments on commit 63c304c

Please sign in to comment.