mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 03:25:14 -04:00
Fix android workflow
This commit is contained in:
parent
e724a8e86e
commit
c612d83a2b
4
.github/workflows/build_android.yml
vendored
4
.github/workflows/build_android.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/saschpe/android-ndk:34-jdk17.0.8_7-ndk25.2.9519653-cmake3.22.1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Compile android builds
|
||||
shell: bash
|
||||
@ -96,4 +96,4 @@ jobs:
|
||||
if: ${{ always() && steps.compile.outcome == 'success' }}
|
||||
with:
|
||||
SOURCE_FILE: 'src/cc.apk'
|
||||
DEST_NAME: 'ClassiCube.apk'
|
||||
DEST_NAME: 'cc.apk'
|
2
.github/workflows/build_ios.yml
vendored
2
.github/workflows/build_ios.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
build:
|
||||
runs-on: macOS-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile iOS build
|
||||
id: compile
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user