Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
floki1250 authored Oct 4, 2024
1 parent b288aff commit cb948be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Step 10: Upload the APK as an artifact
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: mobile/platforms/android/app/build/outputs/apk/debug/app-debug.apk # Adjust if using release build

0 comments on commit cb948be

Please sign in to comment.