File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
security create-keychain -p "$KEYCHAIN_PASSWORD" temp.keychain
113
113
security set-keychain-settings -lut 21600 temp.keychain
114
114
security unlock-keychain -p "$KEYCHAIN_PASSWORD" temp.keychain
115
- echo -n "${{ secrets.KOLIBRI_MAC_APP_CERTIFICATE }}" | base64 --decode --output certificate.p12
115
+ echo -n "${{ secrets.KOLIBRI_MAC_APP_CERTIFICATE }}" | base64 --decode --output= certificate.p12
116
116
# -A option allows any application to read keys.
117
117
# This would be insecure if the keychain was retained but GitHub action
118
118
# VMs are thrown away after use.
Original file line number Diff line number Diff line change 4
4
5
5
from kolibri_app .constants import MAC
6
6
7
- __version__ = "0.4.1 "
7
+ __version__ = "0.4.2 "
8
8
9
9
os .environ ["KOLIBRI_INSTALLER_VERSION" ] = __version__
10
10
You can’t perform that action at this time.
0 commit comments