Skip to content

Commit

Permalink
Fix copypaste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Feb 7, 2024
1 parent 20d4a4c commit 16d356b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Update the build.gradle
run: |
cp build.gradle SDL/android-project/app/
- name: Build the APK
run: |
cd SDL/android-project/
./gradlew installDebug
cd sdl-android-builder
./gradlew installDebug
- name: Upload the APK
uses: actions/upload-artifact@v3
with:
name: app-debug.apk
path: SDL/android-project/app/build/outputs/apk/debug/app-debug.apk
path: sdl-android-builder/app/build/outputs/apk/*

0 comments on commit 16d356b

Please sign in to comment.