WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17
@ -71,9 +71,10 @@ jobs:
|
|||||||
|
|
||||||
echo "Packaged releases:"
|
echo "Packaged releases:"
|
||||||
ls -la PackagedReleases/
|
ls -la PackagedReleases/
|
||||||
|
echo "tests"
|
||||||
|
|
||||||
- name: Sign and Notarize macOS App
|
- name: Sign and Notarize macOS App 2
|
||||||
if: ${{ always() }}
|
if: ${{ success() }}
|
||||||
env:
|
env:
|
||||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}
|
APPLE_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user