File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed
Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 8080 apple-certificate : ${{ secrets.APPLE_CERTIFICATE }}
8181 apple-certificate-password : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
8282 keychain-password : ${{ secrets.KEYCHAIN_PASSWORD }}
83- - run : |
84- aws s3 cp s3://hyprnote-private/hyprnote-${{ env.RELEASE_CHANNEL }}.provisionprofile apps/desktop/src-tauri/assets/hyprnote-${{ env.RELEASE_CHANNEL }}.provisionprofile \
85- --endpoint-url ${{ secrets.CLOUDFLARE_R2_ENDPOINT_URL }} \
86- --region auto
87- env:
88- AWS_ACCESS_KEY_ID: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
89- AWS_SECRET_ACCESS_KEY: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
9083 - if : ${{ matrix.target == 'aarch64-apple-darwin' }}
9184 run : |
9285 aws s3 cp s3://hyprnote-cache2/v0/binaries/stt apps/desktop/src-tauri/binaries/stt-${{ matrix.target }} \
Original file line number Diff line number Diff line change 2222 "macOS" : {
2323 "dmg" : {
2424 "background" : " assets/dmg-background-nightly.png"
25- },
26- "files" : {
27- "embedded.provisionprofile" : " assets/hyprnote-nightly.provisionprofile"
2825 }
2926 }
3027 }
Original file line number Diff line number Diff line change 1414 "bundle" : {
1515 "resources" : {
1616 "dlls/*" : " ./"
17- },
18- "macOS" : {
19- "files" : {
20- "embedded.provisionprofile" : " assets/hyprnote-stable.provisionprofile"
21- }
2217 }
2318 }
2419}
Original file line number Diff line number Diff line change 2222 "macOS" : {
2323 "dmg" : {
2424 "background" : " assets/dmg-background-nightly.png"
25- },
26- "files" : {
27- "embedded.provisionprofile" : " assets/hyprnote-staging.provisionprofile"
2825 }
2926 }
3027 }
You can’t perform that action at this time.
0 commit comments