Skip to content

Commit 019fb58

Browse files
committed
21 to 25
1 parent ea36ef7 commit 019fb58

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Building Number Guessing Game for Linux with bundled JRE..."
88
# Configuration
99
PACKAGE_NAME="NumberGuessingGame-linux"
1010
JRE_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
1414
rm -rf ${PACKAGE_NAME}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Building Number Guessing Game for macOS with bundled JRE..."
88
# Configuration
99
PACKAGE_NAME="NumberGuessingGame-macos"
1010
JRE_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
1414
rm -rf ${PACKAGE_NAME}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Building Number Guessing Game for Windows with bundled JRE..."
88
# Configuration
99
PACKAGE_NAME="NumberGuessingGame-windows"
1010
JRE_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
1414
rm -rf ${PACKAGE_NAME}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)