mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -04:00
Build: update ios ci actions ver
This commit is contained in:
parent
fc16e1dc89
commit
29af9b03da
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -57,10 +57,10 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: set up JDK 1.7
|
- name: set up JDK 1.7
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 1.7
|
java-version: 1.7
|
||||||
|
|
||||||
@ -73,19 +73,19 @@ jobs:
|
|||||||
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@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "jdk8-ios-aarch64"
|
name: "jdk8-ios-aarch64"
|
||||||
path: jdk8*.tar.xz
|
path: jdk8*.tar.xz
|
||||||
|
|
||||||
- name: Upload JRE build output
|
- name: Upload JRE build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'jre8-ios-aarch64'
|
name: 'jre8-ios-aarch64'
|
||||||
path: jre8*.tar.xz
|
path: jre8*.tar.xz
|
||||||
|
|
||||||
- name: Upload JRE debuginfo build output
|
- name: Upload JRE debuginfo build output
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "jre8-ios-debuginfo-aarch64"
|
name: "jre8-ios-debuginfo-aarch64"
|
||||||
path: dizout
|
path: dizout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user