We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0081c7 commit 1d95d8aCopy full SHA for 1d95d8a
.github/workflows/pipeline-build-macos.yml
@@ -71,9 +71,12 @@ jobs:
71
echo $APP_BUNDLE_VERSION
72
echo $CSC_KEYCHAIN
73
74
- yarn package:stage && yarn package:mas
+ yarn package:stage
75
rm -rf release/mac
76
- mv release/mas-universal/Redis-Insight-mac-universal-mas.pkg release/Redis-Insight-mac-universal-mas.pkg
+
77
+ # TODO: return MAS build
78
+ # yarn package:stage && yarn package:mas
79
+ # mv release/mas-universal/Redis-Insight-mac-universal-mas.pkg release/Redis-Insight-mac-universal-mas.pkg
80
81
# handle manual builds
82
- name: Build macos dmg (custom)
0 commit comments