Skip to content

Commit b98fad2

Browse files
committed
✨ Feat: Update release action to publish only relevant JAR files.
- Modify the release action to include only JAR files with the name starting with 'fifu-' - This change ensures that only the correct JAR files are published during a release
1 parent 35eaa81 commit b98fad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: softprops/action-gh-release@v2
2727
if: startsWith(github.ref, 'refs/tags/')
2828
with:
29-
files: build/libs/*.jar
29+
files: build/libs/fifu-*.jar

0 commit comments

Comments
 (0)