File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
3030 run : ./package-deb.sh
3131
3232 - name : Build ZIP archive
33- run : ./package.sh
33+ run : ./package-zip .sh
3434
3535 - name : Build Windows package with bundled JRE
36- run : ./package-jre-windows .sh
36+ run : ./package-win .sh
3737
3838 - name : Build macOS package with bundled JRE
39- run : ./package-jre- macos.sh
39+ run : ./package-macos.sh
4040
4141 - name : Build Linux package with bundled JRE
42- run : ./package-jre- linux.sh
42+ run : ./package-linux.sh
4343
4444 - name : Upload release assets
4545 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Building Number Guessing Game for Linux with bundled JRE..."
88# Configuration
99PACKAGE_NAME=" NumberGuessingGame-linux"
1010JRE_DIR=" jre-linux"
11- ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/21 /ga"
11+ ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/25 /ga"
1212
1313# Clean up previous builds
1414rm -rf ${PACKAGE_NAME}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Building Number Guessing Game for macOS with bundled JRE..."
88# Configuration
99PACKAGE_NAME=" NumberGuessingGame-macos"
1010JRE_DIR=" jre-macos"
11- ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/21 /ga"
11+ ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/25 /ga"
1212
1313# Clean up previous builds
1414rm -rf ${PACKAGE_NAME}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Building Number Guessing Game for Windows with bundled JRE..."
88# Configuration
99PACKAGE_NAME=" NumberGuessingGame-windows"
1010JRE_DIR=" jre-windows"
11- ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/21 /ga"
11+ ADOPTIUM_BASE_URL=" https://api.adoptium.net/v3/binary/latest/25 /ga"
1212
1313# Clean up previous builds
1414rm -rf ${PACKAGE_NAME}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments