-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tag), save app artifacts into the objects on Windows (#8504)
We use `globby` package to resolve paths from the artifacts definition. The `app-bundle` artifact has `'artifacts/app-bundle'` pattern on linux/mac but `artifacts//app-bundle` on Windows. Turns out that globby [doesn't support Windows paths](sindresorhus/globby#179). This PR changes the paths to Linux before sending to globby.
- Loading branch information
1 parent
89f3ea4
commit e490690
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters