1
0
mirror of https://github.com/go-vikunja/app synced 2024-05-29 00:36:49 +00:00

disable tarring of output

This commit is contained in:
Benimautner 2024-02-12 23:21:23 +01:00
parent 5ee93a64be
commit 2fbd8ed27e

View File

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