Work around creating tar in scanned directory (#21161)
This commit is contained in:
4
.github/workflows/staging-deploy-pr.yml
vendored
4
.github/workflows/staging-deploy-pr.yml
vendored
@@ -90,7 +90,9 @@ jobs:
|
||||
run: rm -rf script/
|
||||
|
||||
- name: Create a gzipped archive
|
||||
run: tar -czf app.tar.gz ./
|
||||
run: |
|
||||
touch app.tar.gz
|
||||
tar --exclude=app.tar.gz -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