File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mac_task:
66 image : ghcr.io/cirruslabs/macos-sonoma-xcode:latest
77 env :
88 RAYLIB_PLATFORM : macosx-arm64
9- RAYLIB_VERSION : 5.5.0-0
9+ RAYLIB_VERSION : 5.5.0-1
1010 setup_script :
1111 - brew update
1212 - brew install java11
Original file line number Diff line number Diff line change 1212 workflow_dispatch :
1313
1414env :
15- RAYLIB_VERSION : 5.5.0-0
15+ RAYLIB_VERSION : 5.5.0-1
1616
1717jobs :
1818 build-linux :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ jar xf jaylib-natives-linux-armhf-*.jar
1313rm jaylib-natives-linux-armhf-* .jar
1414jar xf jaylib-natives-linux-arm64-* .jar
1515rm jaylib-natives-linux-arm64-* .jar
16- jar uf jaylib-5.5.0-0 .jar com
16+ jar uf jaylib-5.5.0-1 .jar com
1717
1818rm -rf com META-INF
1919cp ~ /IdeaProjects/jaylib/* .pom .
Original file line number Diff line number Diff line change 66
77 <groupId >uk.co.electronstudio.jaylib</groupId >
88 <artifactId >jaylib</artifactId >
9- <version >5.5.0-0 </version >
9+ <version >5.5.0-1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >jaylib</name >
You can’t perform that action at this time.
0 commit comments