Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
-fix release?
  • Loading branch information
Jake-Moore committed Jun 21, 2024
1 parent e3b9fa1 commit b5136e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "/build/libs/*.jar"
artifacts: "build/libs/*.jar"
allowUpdates: true
removeArtifacts: true
omitBodyDuringUpdate: true
Expand Down

0 comments on commit b5136e6

Please sign in to comment.