mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 07:04:42 -04:00
Skip uploading jdk for ios
This commit is contained in:
parent
30ea6597d0
commit
1d6f477306
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -61,11 +61,11 @@ jobs:
|
||||
export BUILD_IOS=1
|
||||
bash "ci_build_arch_aarch64.sh"
|
||||
|
||||
- name: Upload JDK build output
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "jdk17-ios-aarch64"
|
||||
path: jdk17*.tar.xz
|
||||
# - name: Upload JDK build output
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: "jdk17-ios-aarch64"
|
||||
# path: jdk17*.tar.xz
|
||||
|
||||
- name: Upload JRE build output
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user