File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 53
53
- name : Import codesign certs
54
54
uses : apple-actions/import-codesign-certs@v3
55
55
with :
56
- p12-file-base64 : ${{ secrets.DEV_ID_CERT_BASE64 }}
56
+ p12-file-base64 : ${{ secrets.APPSTORE_CERTIFICATES_FILE_BASE64 }}
57
57
p12-password : ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}
58
58
59
59
- name : Cache Next.js build
68
68
69
69
- name : Build dmg package
70
70
working-directory : web
71
- env :
72
- CSC_LINK : ${{ secrets.DEV_ID_CERT_BASE64 }}
73
- CSC_KEY_PASSWORD : ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}
74
71
run : |
75
72
yarn build:dmg
76
73
Original file line number Diff line number Diff line change 51
51
UDID=$(echo $JSON | jq -r '.[0].udid')
52
52
mv "$HOME/Library/MobileDevice/Provisioning Profiles/$UDID.provisionprofile" "${{ github.workspace }}/web/build/mac/MacAppStore.provisionprofile"
53
53
54
+ - name : Import codesign certs
55
+ uses : apple-actions/import-codesign-certs@v3
56
+ with :
57
+ p12-file-base64 : ${{ secrets.APPSTORE_CERTIFICATES_FILE_BASE64 }}
58
+ p12-password : ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}
59
+
54
60
- name : Cache Next.js build
55
61
uses : actions/cache@v4
56
62
with :
63
69
64
70
- name : Build MAS package
65
71
working-directory : web
66
- env :
67
- CSC_LINK : ${{ secrets.MAS_APP_CERT_BASE64 }}
68
- CSC_KEY_PASSWORD : ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}
69
- CSC_INSTALLER_LINK : ${{ secrets.MAS_INSTALLER_CERT_BASE64 }}
70
- CSC_INSTALLER_KEY_PASSWORD : ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}
71
72
run : |
72
73
yarn build:mas
73
74
echo "DIST:"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ directories:
3
3
buildResources : build
4
4
appId : com.dolthub.dolt-workbench
5
5
productName : DoltWorkbench
6
- buildVersion : 0.3.42
6
+ buildVersion : 0.3.78
7
7
copyright : Copyright © 2024 <DoltHub Inc>
8
8
files :
9
9
- filter :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ directories:
3
3
buildResources : build
4
4
appId : com.dolthub.dolt-workbench
5
5
productName : Dolt-Workbench
6
- buildVersion : 0.3.28
6
+ buildVersion : 0.3.52
7
7
copyright : Copyright © 2024 DoltHub Inc
8
8
icon : build/linux/icon.png
9
9
files :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ directories:
3
3
buildResources : build
4
4
appId : com.dolthub.dolt-workbench
5
5
productName : DoltWorkbench
6
- buildVersion : 0.3.42
6
+ buildVersion : 0.3.78
7
7
copyright : Copyright © 2024 <DoltHub Inc>
8
8
files :
9
9
- filter :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ directories:
3
3
buildResources : build
4
4
appId : com.dolthub.dolt-workbench
5
5
productName : Dolt-Workbench
6
- buildVersion : 0.3.28
6
+ buildVersion : 0.3.52
7
7
copyright : Copyright © 2024 DoltHub Inc
8
8
icon : build/appx/icon.ico
9
9
files :
You can’t perform that action at this time.
0 commit comments