Skip to content

Commit

Permalink
GHA: Handmatig runnen, upload alle apk's
Browse files Browse the repository at this point in the history
  • Loading branch information
Netfloex committed Jan 12, 2024
1 parent 09ae7f3 commit dcb61b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Flutter CI

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -55,17 +56,11 @@ jobs:
run: flutter build apk --split-per-abi --dart-define=GITHUB_SHA=$GITHUB_SHA

# Add File
- name: Export APK (Armeabi-v7a)
- name: Export APK
uses: actions/upload-artifact@v3
with:
name: release-apk
path: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk

- name: Export APK (Arm64-v8a)
uses: actions/upload-artifact@v3
with:
name: release-apk
path: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
path: build/app/outputs/flutter-apk/*.apk

# Upload

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ De auteurs zitten inmiddels niet meer op de middelbare school en daarom kunnen w

Dit project is beschermd onder de Apache 2.0 license - Bekijk het [LICENSE](LICENSE) bestand voor details.

Argo is geen onderdeel van of gerelateerd aan SchoolMaster B.V.
Argo is geen onderdeel van of gerelateerd aan SchoolMaster B.V.

0 comments on commit dcb61b4

Please sign in to comment.