Skip to content

Commit

Permalink
ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MRfantastic3DGamer committed Dec 22, 2024
1 parent fcbb612 commit 1087e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Android SDK
uses: android-actions/setup-android@v2
with:
sdk-version: '34.0.0' # Match compileSdk version
sdk-version: '34.0.0'

- name: Build APK
run: ./gradlew assembleRelease
Expand All @@ -46,4 +46,4 @@ jobs:
body: |
🚀 New release is available!
- **Version**: ${{ github.ref_name }}
- **APK File**: Attached below.
- **APK File**: Attached below.

0 comments on commit 1087e61

Please sign in to comment.