Skip to content

Commit

Permalink
Fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Jun 5, 2024
1 parent 1bb7db9 commit 7f5a885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Fix CMake min required
run: |
ls sdl-android-builder/to-build/
cd sdl-android-builder/to-build/HelloCube/RavEngine
sed -i -e 's/3.25/3.22/' CMakeLists.txt
Expand All @@ -45,7 +46,7 @@ jobs:
./gradlew assemble${{ matrix.target }}
- name: Upload the APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-${{matrix.target}}.apk
path: sdl-android-builder/app/build/outputs/apk/*

0 comments on commit 7f5a885

Please sign in to comment.