mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Try another GHA maybe
This commit is contained in:
parent
a5ce0e1982
commit
ca6e34a071
1 changed files with 18 additions and 4 deletions
22
.github/workflows/desktop-build.yml
vendored
22
.github/workflows/desktop-build.yml
vendored
|
|
@ -319,14 +319,28 @@ jobs:
|
||||||
# echo "Attach staple"
|
# echo "Attach staple"
|
||||||
# xcrun stapler staple "/Users/runner/work/Cockatrice/Cockatrice/build/cockatrice/cockatrice.app"
|
# xcrun stapler staple "/Users/runner/work/Cockatrice/Cockatrice/build/cockatrice/cockatrice.app"
|
||||||
|
|
||||||
|
- name: Sign binary 2
|
||||||
- name: Sign binary
|
|
||||||
uses: lando/code-sign-action@v3
|
uses: lando/code-sign-action@v3
|
||||||
with:
|
with:
|
||||||
file: ${{steps.build.outputs.path}}
|
file: path/to/binary
|
||||||
certificate-data: ${{ secrets.PROD_MACOS_CERTIFICATE }}
|
certificate-data: ${{ secrets.PROD_MACOS_CERTIFICATE }}
|
||||||
certificate-id: STKV3NKYBF
|
|
||||||
certificate-password: ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
|
certificate-password: ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
|
||||||
|
certificate-id: STKV3NKYBF
|
||||||
|
apple-notary-user: ${{ secrets.PROD_MACOS_NOTARIZATION_APPLE_ID }}
|
||||||
|
apple-notary-password: ${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}
|
||||||
|
# apple-notary-tool: altool
|
||||||
|
apple-team-id: STKV3NKYBF
|
||||||
|
apple-product-id: cockatrice.us.code-sign-action
|
||||||
|
options: --options runtime -v
|
||||||
|
|
||||||
|
|
||||||
|
# - name: Sign binary
|
||||||
|
# uses: lando/code-sign-action@v3
|
||||||
|
# with:
|
||||||
|
# file: ${{steps.build.outputs.path}}
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
if: matrix.make_package
|
if: matrix.make_package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue