desktop (mac): signing and notarization (#2981)
* mac: signing and notarization * updated example * updated action * update build script * move mac CI script to file --------- Co-authored-by: Avently <7953703+avently@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
96b253c3e7
commit
b1a6dec9b5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -167,9 +167,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'macos-latest'
|
||||
shell: bash
|
||||
run: |
|
||||
scripts/desktop/build-lib-mac.sh
|
||||
cd apps/multiplatform
|
||||
./gradlew packageDmg
|
||||
scripts/desktop/build-desktop-mac-ci.sh
|
||||
echo "::set-output name=package_path::$(echo $PWD/release/main/dmg/SimpleX-*.dmg)"
|
||||
|
||||
- name: Linux upload desktop package to release
|
||||
|
||||
Reference in New Issue
Block a user