Fix indentation

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
Paul 2024-05-21 19:46:51 +02:00 committed by GitHub
parent f9d6b1d99b
commit 80830d769e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,10 +95,10 @@ build_pkg() {
# build production package with license without signing
productbuild \
--distribution "./build/macOS/distribution.xml" \
--resources "./build/macOS/resources" \
--package-path "./dist" \
"./dist/gh_${tag_name}_macOS_universal.pkg"
--distribution "./build/macOS/distribution.xml" \
--resources "./build/macOS/resources" \
--package-path "./dist" \
"./dist/gh_${tag_name}_macOS_universal.pkg"
fi
# remove temp installer so it does not get uploaded