1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-02 18:49:47 +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 - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
path: build/app/outputs/flutter-apk/ path: build/app/outputs/flutter-apk/*
compression-level: 0