This commit is contained in:
@@ -113,12 +113,15 @@ jobs:
|
||||
- name: Upload debug APK
|
||||
# Gitea Actions supports only the v3 artifact protocol;
|
||||
# upload-artifact@v4 fails with GHESNotSupportedError.
|
||||
# Artifacts are only kept for master runs.
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: onbudget-debug-apk
|
||||
path: build/app/outputs/flutter-apk/app-debug.apk
|
||||
|
||||
- name: Upload release APK
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: onbudget-release-apk
|
||||
|
||||
Reference in New Issue
Block a user