We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b58e8 commit 062cd77Copy full SHA for 062cd77
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/upload-artifact@v4
53
with:
54
name: jaylib-linux-x86_64
55
- path: ./*.jar
+ path: ./jaylib*.jar
56
57
build-linux-32bit:
58
runs-on: ubuntu-latest
@@ -93,7 +93,7 @@ jobs:
93
94
95
name: jaylib-linux-x86
96
+ path: ./jaylib-natives*.jar
97
98
# build-linux-arm:
99
# runs-on: rpi
@@ -210,7 +210,7 @@ jobs:
210
211
212
name: jaylib-windows-x86_64
213
214
215
build-windows32:
216
runs-on: windows-2022
@@ -258,4 +258,4 @@ jobs:
258
259
260
name: jaylib-windows-x86
261
0 commit comments