1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Fix 'tar' flag ordering for quirky GNU tar (#21158)

See: https://unix.stackexchange.com/a/149498
This commit is contained in:
James M. Greene
2021-08-26 11:08:47 -05:00
committed by GitHub
parent a181a62ac3
commit 4c54198fa5

View File

@@ -90,7 +90,7 @@ jobs:
run: rm -rf script/
- name: Create a gzipped archive
run: tar -cfz app.tar.gz ./
run: tar -czf app.tar.gz ./
- name: Install Heroku client development-only dependency
run: npm install --no-save heroku-client