Skip to content

Commit ab3614b

Browse files
committed
Fix build
1 parent 26e5a89 commit ab3614b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
- name: Generate jar for native
7171
run: bb prod-jar
7272

73+
- name: Upload jar
74+
uses: actions/upload-artifact@v4
75+
with:
76+
path: eca.jar
77+
name: eca.jar
78+
7379
- name: Upload to dev release
7480
uses: svenstaro/upload-release-action@v2
7581
with:

0 commit comments

Comments
 (0)