[gimp-macos-build] do not use dmg name
- From: Alex Samorukov <asamorukov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build] do not use dmg name
- Date: Mon, 4 Nov 2019 12:05:14 +0000 (UTC)
commit f611c30dd43f403b46d4406043f8e5a025d1e29d
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date: Mon Nov 4 13:05:12 2019 +0100
do not use dmg name
.circleci/config.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2e41a16..67575b3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -137,8 +137,7 @@ jobs:
- run:
name: Notarizing DMG package
command: |
- cd ${HOME}/project/package
- xcrun e --notarize-app --file "/tmp/artifacts/${DMGNAME}" -u "${notarization_login}"
--primary-bundle-id -p "${notarization_password}"
+ xcrun e --notarize-app --file /tmp/artifacts/gimp-*.dmg -u "${notarization_login}"
--primary-bundle-id -p "${notarization_password}"
- store_artifacts:
path: /tmp/artifacts
destination: builds
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]