Skip to content

Commit

Permalink
Actions: upload unsigned apk for PRs
Browse files Browse the repository at this point in the history
Allows testing the app before merging.
  • Loading branch information
robertlong13 authored and meee1 committed May 16, 2024
1 parent b6e8270 commit 1ddb99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: com.michaeloborne.MissionPlanner.apk.zip
path: ExtLibs\Xamarin\Xamarin.Android\bin\Release\*-signed.apk
path: ExtLibs\Xamarin\Xamarin.Android\bin\Release/${{ github.event_name == 'push' && '*-signed.apk' || '*.apk' }}

- uses: "marvinpinto/action-automatic-releases@v1.2.1"
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 1ddb99e

Please sign in to comment.