feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
Showing only changes of commit bc0da47c18 - Show all commits

View File

@ -26,7 +26,7 @@ jobs:
- run: flutter build apk --debug --split-per-abi - run: flutter build apk --debug --split-per-abi
- name: Upload APK as artifact - name: Upload APK as artifact
uses: https://gitea.com/actions/upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: app name: app
path: build/app/outputs/flutter-apk/*.apk path: build/app/outputs/flutter-apk/*.apk