mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 07:35:31 -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
|
export BUILD_IOS=1
|
||||||
bash "ci_build_arch_aarch64.sh"
|
bash "ci_build_arch_aarch64.sh"
|
||||||
|
|
||||||
- name: Upload JDK build output
|
# - name: Upload JDK build output
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: "jdk17-ios-aarch64"
|
# name: "jdk17-ios-aarch64"
|
||||||
path: jdk17*.tar.xz
|
# path: jdk17*.tar.xz
|
||||||
|
|
||||||
- name: Upload JRE build output
|
- name: Upload JRE build output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user