mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 05:37:57 +03:00
Rename scripts.
This commit is contained in:
parent
91c82ac00b
commit
ff172d6bf8
3 changed files with 2 additions and 2 deletions
4
.github/workflows/build-macos.yaml
vendored
4
.github/workflows/build-macos.yaml
vendored
|
@ -55,9 +55,9 @@ jobs:
|
|||
- name: Sign And Notarize
|
||||
if: ${{ github.event_name != 'pull_request'}}
|
||||
run: |
|
||||
./.travis.macos.import_certificate.sh
|
||||
./.ci.macos.import_certificate.sh
|
||||
./installer_macos/sign.sh
|
||||
./.travis.macos.notarize.sh
|
||||
./.ci.macos.notarize.sh
|
||||
env:
|
||||
MACOS_DEVID_CERTIFICATE: ${{ secrets.MACOS_DEVID_CERTIFICATE }}
|
||||
MACOS_DEVID_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_DEVID_CERTIFICATE_PASSWORD }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue