Skip to content

Commit

Permalink
tryna fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Jan 18, 2025
1 parent 6d5edbd commit d0eaa48
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 @@ -31,12 +31,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload apks (1/2)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: other_apks
path: app/build/outputs/apk/*/*.apk
- name: Upload apks (2/2)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit d0eaa48

Please sign in to comment.