Skip to content

Commit f5f9e34

Browse files
committed
Fix Upload files
1 parent 1d609b0 commit f5f9e34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-dev.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: Skyllia-Build
32-
path: |
33-
build/libs/*.jar
34-
addons/**/build/libs/*.jar
32+
path: release/*.jar

0 commit comments

Comments
 (0)