Compare commits

...

2 Commits

Author SHA1 Message Date
Benimautner c2eb96c6e1 disable tarring of output 2024-02-12 23:30:56 +01:00
Benimautner 2fbd8ed27e disable tarring of output 2024-02-12 23:21:23 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -36,4 +36,6 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
path: build/app/outputs/flutter-apk/
name: app-core-debug.apk
path: build/app/outputs/flutter-apk/app-core-debug.apk
compression-level: 0