Skip to content

Commit 9b246a7

Browse files
committed
ci: fix jars not being attached to github releases
(cherry picked from commit 23d1d8d)
1 parent 02cedca commit 9b246a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ jobs:
214214

215215
- name: Tag and Release
216216
if: ${{ steps.release_type.outputs.publish_gh_release == 'true' }}
217-
uses: softprops/action-gh-release@v0.1.15
217+
uses: softprops/action-gh-release@v2
218218
with:
219219
body_path: CHANGELOG.md
220220
tag_name: ${{ steps.versioning.outputs.version_tag }}
221221
files: |
222-
build/libs/*
222+
*/build/libs/ProjectRed-*.jar
223223
CHANGELOG.md
224224
CHANGELOG.txt
225225
@@ -247,6 +247,6 @@ jobs:
247247
with:
248248
name: project-red-${{ steps.versioning.outputs.version }}
249249
path: |
250-
'*/build/libs/ProjectRed-*.jar'
250+
*/build/libs/ProjectRed-*.jar
251251
CHANGELOG.md
252252
CHANGELOG.txt

0 commit comments

Comments
 (0)