Fix android workflow

This commit is contained in:
UnknownShadow200 2024-09-21 11:35:33 +10:00
parent e724a8e86e
commit c612d83a2b
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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: |