Skip to content

Commit

Permalink
disable tarring of output
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Feb 12, 2024
1 parent 5ee93a6 commit 2fbd8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-unsigned-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2fbd8ed

Please sign in to comment.