File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1717 release :
1818 env :
1919 EP_GH_IGNORE_TIME : true
20- APPLE_ID : ${{ secrets.apple_id }}
21- APPLE_ID_PASS : ${{ secrets.apple_id_pass }}
22- APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.apple_app_specific_password }}
23- APPLE_TEAM_ID : ${{ secrets.apple_team_id }}
2420
2521 if : github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production' || github.ref == 'refs/heads/dev'
2622 runs-on : ${{ github.event.inputs.build_type }}
5349 - name : Install desktop app dependencies
5450 run : bash ./install.sh
5551
52+ - name : Build desktop app
53+ if : ${{ github.event.inputs.build_type == 'macos-latest' }}
54+ env :
55+ GH_TOKEN : ${{ secrets.publish_token }}
56+ APPLE_ID : ${{ secrets.apple_id }}
57+ APPLE_ID_PASS : ${{ secrets.apple_id_pass }}
58+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.apple_app_specific_password }}
59+ APPLE_TEAM_ID : ${{ secrets.apple_team_id }}
60+ CSC_LINK : ${{ secrets.mac_certs }}
61+ CSC_KEY_PASSWORD : ${{ secrets.mac_certs_password }}
62+ run : |
63+ npm run deploy
5664 - name : Build/release Electron app
57- 65+ if : ${{ github.event.inputs.build_type == 'windows-latest' || github.event.inputs.build_type == 'ubuntu-latest' }}
66+ uses :
samuelmeuli/[email protected] 5867 with :
5968 # GitHub token, automatically provided to the action
6069 # (No need to define this secret in the repo settings)
Original file line number Diff line number Diff line change 11{
22 "name" : " requestly" ,
33 "productName" : " Requestly" ,
4- "version" : " 1.9.9 " ,
4+ "version" : " 1.9.10 " ,
55 "main" : " src/main/main.ts" ,
66 "private" : true ,
77 "description" : " Intercept & Modify HTTP Requests" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " requestly" ,
33 "productName" : " Requestly" ,
4- "version" : " 1.9.9 " ,
4+ "version" : " 1.9.10 " ,
55 "private" : true ,
66 "description" : " Intercept & Modify HTTP Requests" ,
77 "main" : " ./dist/main/main.js" ,
You can’t perform that action at this time.
0 commit comments