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 2fbd8ed commit c2eb96c
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,5 +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

0 comments on commit c2eb96c

Please sign in to comment.