Skip to content

Commit

Permalink
changed names
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Aug 22, 2023
1 parent 45cdf59 commit e7ba0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
pull_request: {2485}

jobs:
build-android:
android:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/cache/save@v3
with:
path: ./build.android/app/jni/
key: ${{ runner.os }}-${{ matrix.arch }}-dependencies-${{ hashFiles('.github/workflows/android.yml') }}
key: Android-${{ matrix.arch }}-dependencies-${{ hashFiles('.github/workflows/android.yml') }}

- name: Copy SuperTux Android project files
run: |
Expand Down

0 comments on commit e7ba0c8

Please sign in to comment.