File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 uses : actions/upload-artifact@v4
5353 with :
5454 name : jaylib-linux-x86_64
55- path : ./*.jar
55+ path : ./jaylib *.jar
5656
5757 build-linux-32bit :
5858 runs-on : ubuntu-latest
9393 uses : actions/upload-artifact@v4
9494 with :
9595 name : jaylib-linux-x86
96- path : ./*.jar
96+ path : ./jaylib-natives *.jar
9797
9898# build-linux-arm:
9999# runs-on: rpi
@@ -210,7 +210,7 @@ jobs:
210210 uses : actions/upload-artifact@v4
211211 with :
212212 name : jaylib-windows-x86_64
213- path : ./*.jar
213+ path : ./jaylib-natives *.jar
214214
215215 build-windows32 :
216216 runs-on : windows-2022
@@ -258,4 +258,4 @@ jobs:
258258 uses : actions/upload-artifact@v4
259259 with :
260260 name : jaylib-windows-x86
261- path : ./*.jar
261+ path : ./jaylib-natives *.jar
You can’t perform that action at this time.
0 commit comments