upload-cloud-storage
upload-cloud-storage copied to clipboard
fix: inconsistent path processing for .gcloudignore
Using the repo root for finding ignore files since this action uses the top-level .glcoudignore
.
The testcase processes a gcloudignore
does not use a longer path in .gcloudignore
. Since the given path
is testdata
, the behavior should remain the same after changing *.txt
to testdata/**/*.txt
in the testcase.
- Fixes #357