Skip to content

Commit

Permalink
Update compress tar gz
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Sep 4, 2021
1 parent 02e65d5 commit 2ef2c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Compress AppDir
if: github.event_name == 'release'
run: cd AppDir; tar -cvzf ../appimagepool-x86_64.tar.gz *
run: tar czf appimagepool-x86_64.tar.gz -C AppDir/ .

- name: App tar sha256 sum
if: github.event_name == 'release'
Expand Down

0 comments on commit 2ef2c68

Please sign in to comment.