Skip to content

Commit

Permalink
Update android-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsphereOfficial authored Sep 21, 2024
1 parent a11133c commit 600aac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Step 7: Archive the Debug APK
- name: Archive Debug APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk
Expand All @@ -62,7 +62,7 @@ jobs:

# Step 10: Archive the Release APK
- name: Archive Release APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: app-release
path: app/build/outputs/apk/release/app-release.apk
Expand All @@ -78,7 +78,7 @@ jobs:

# Step 2: Download the Release APK
- name: Download Release APK
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: app-release
path: .
Expand Down

0 comments on commit 600aac6

Please sign in to comment.