update cicd

This commit is contained in:
SoftFever 2023-05-05 23:08:36 +08:00
parent a4b4ce0ff7
commit 244aa466f9
3 changed files with 4 additions and 2 deletions

View file

@ -53,6 +53,7 @@ jobs:
- name: Sign app
working-directory: ${{ github.workspace }}
if: github.event_name != 'pull_request'
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}