Indentation fix
Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
parent
aeb0ac74ec
commit
eb23e0723e
1 changed files with 5 additions and 5 deletions
|
|
@ -69,11 +69,11 @@ build_pkg() {
|
|||
|
||||
# build pkg
|
||||
pkgbuild \
|
||||
--root "$payload_root" \
|
||||
--identifier "com.github.cli" \
|
||||
--version "$tag_name" \
|
||||
--install-location "/" \
|
||||
"dist/com.github.cli.pkg"
|
||||
--root "$payload_root" \
|
||||
--identifier "com.github.cli" \
|
||||
--version "$tag_name" \
|
||||
--install-location "/" \
|
||||
"dist/com.github.cli.pkg"
|
||||
|
||||
# setup resources
|
||||
mkdir "build/macOS/resources"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue