Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 98ef0d9

Browse files
committed
Build: update java 8 runtime branch and actions ver
1 parent fcc7efe commit 98ef0d9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/development.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ls -lah ./
4040
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@main
4343

4444
- name: Checkout repository submodules
4545
run: git submodule update --init --recursive
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151

5252
- name: Cache gl4es
53-
uses: actions/cache@v3
53+
uses: actions/cache@main
5454
if: false # use gl4es 1.1.5
5555
id: gl4es-cache
5656
with:
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Get gl4es
6161
if: false && steps.gl4es-cache.outputs.cache-hit != 'true'
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@main
6363
with:
6464
repository: 'PojavLauncherTeam/gl4es-114-extra'
6565
path: 'gl4es'
@@ -96,7 +96,7 @@ jobs:
9696
workflow_conclusion: success
9797
allow_forks: false
9898
repo: PojavLauncherTeam/android-openjdk-build-multiarch
99-
branch: jre8-ios-jitjailed
99+
branch: buildjre8
100100
name: jre8-ios-aarch64
101101

102102
- name: Get JRE17
@@ -142,31 +142,31 @@ jobs:
142142
fi
143143
144144
- name: Upload regular ipa
145-
uses: actions/upload-artifact@v3
145+
uses: actions/upload-artifact@main
146146
with:
147147
name: net.kdt.pojavlauncher-${{ matrix.platform_name }}.ipa
148148
path: artifacts/net.kdt.pojavlauncher-*-${{ matrix.platform_name }}.ipa
149149

150150
- name: Upload regular tipa
151-
uses: actions/upload-artifact@v3
151+
uses: actions/upload-artifact@main
152152
with:
153153
name: net.kdt.pojavlauncher-${{ matrix.platform_name }}-trollstore.tipa
154154
path: artifacts/net.kdt.pojavlauncher-*-${{ matrix.platform_name }}-trollstore.tipa
155155

156156
- name: Upload slimmed ipa
157-
uses: actions/upload-artifact@v3
157+
uses: actions/upload-artifact@main
158158
with:
159159
name: net.kdt.pojavlauncher.slimmed-${{ matrix.platform_name }}.ipa
160160
path: artifacts/net.kdt.pojavlauncher.slimmed-*-${{ matrix.platform_name }}.ipa
161161

162162
- name: Upload slimmed tipa
163-
uses: actions/upload-artifact@v3
163+
uses: actions/upload-artifact@main
164164
with:
165165
name: net.kdt.pojavlauncher.slimmed-${{ matrix.platform_name }}-trollstore.tipa
166166
path: artifacts/net.kdt.pojavlauncher.slimmed-*-${{ matrix.platform_name }}-trollstore.tipa
167167

168168
- name: Upload PojavLauncher.dSYM
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@main
170170
with:
171171
name: PojavLauncher.dSYM
172172
path: artifacts/PojavLauncher.dSYM

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ls -lah ./
3333
3434
- name: Checkout repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@main
3636

3737
- name: Checkout repository submodules
3838
run: git submodule update --init --recursive
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444

4545
- name: Cache gl4es
46-
uses: actions/cache@v3
46+
uses: actions/cache@main
4747
if: false # use gl4es 1.1.5
4848
id: gl4es-cache
4949
with:
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Get gl4es
5454
if: false && steps.gl4es-cache.outputs.cache-hit != 'true'
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@main
5656
with:
5757
repository: 'PojavLauncherTeam/gl4es-114-extra'
5858
path: 'gl4es'
@@ -89,7 +89,7 @@ jobs:
8989
workflow_conclusion: success
9090
allow_forks: false
9191
repo: PojavLauncherTeam/android-openjdk-build-multiarch
92-
branch: jre8-ios-jitjailed
92+
branch: buildjre8
9393
name: jre8-ios-aarch64
9494

9595
- name: Get JRE17
@@ -135,19 +135,19 @@ jobs:
135135
fi
136136
137137
- name: Upload regular ipa
138-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@main
139139
with:
140140
name: net.kdt.pojavlauncher-${{ matrix.platform_name }}.ipa
141141
path: artifacts/net.kdt.pojavlauncher-*-${{ matrix.platform_name }}.ipa
142142

143143
- name: Upload regular tipa
144-
uses: actions/upload-artifact@v3
144+
uses: actions/upload-artifact@main
145145
with:
146146
name: net.kdt.pojavlauncher-${{ matrix.platform_name }}.tipa
147147
path: artifacts/net.kdt.pojavlauncher-*-${{ matrix.platform_name }}-trollstore.tipa
148148

149149
- name: Upload PojavLauncher.dSYM
150-
uses: actions/upload-artifact@v3
150+
uses: actions/upload-artifact@main
151151
with:
152152
name: PojavLauncher.dSYM
153153
path: artifacts/PojavLauncher.dSYM

0 commit comments

Comments
 (0)