Fix 'tar' flag ordering for quirky GNU tar (#21158)
See: https://unix.stackexchange.com/a/149498
This commit is contained in:
2
.github/workflows/staging-deploy-pr.yml
vendored
2
.github/workflows/staging-deploy-pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user