chore: Inno Setup

This commit is contained in:
hstyi
2025-02-24 00:46:45 +08:00
committed by hstyi
parent 02a96d73c8
commit a2d7f3b5bb
5 changed files with 73 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ jobs:
# dist
- name: Dist
env:
TERMORA_MAC_SIGN: ${{ github.event_name == 'push' }}
TERMORA_MAC_SIGN: ${{ github.event_name == 'push' && github.repository == 'TermoraDev/termora' }}
TERMORA_MAC_SIGN_USER_NAME: ${{ secrets.TERMORA_MAC_SIGN_USER_NAME }}
# 只有发布版本时才需要公证
TERMORA_MAC_NOTARY: ${{ github.ref_type == 'tag' && github.repository == 'TermoraDev/termora' }}

View File

@@ -69,7 +69,7 @@ jobs:
# dist
- name: Dist
env:
TERMORA_MAC_SIGN: ${{ github.event_name == 'push' }}
TERMORA_MAC_SIGN: ${{ github.event_name == 'push' && github.repository == 'TermoraDev/termora' }}
TERMORA_MAC_SIGN_USER_NAME: ${{ secrets.TERMORA_MAC_SIGN_USER_NAME }}
# 只有发布版本时才需要公证
TERMORA_MAC_NOTARY: ${{ github.ref_type == 'tag' && github.repository == 'TermoraDev/termora' }}

View File

@@ -46,4 +46,4 @@ jobs:
path: |
build/distributions/*.zip
build/distributions/*.msi
build/distributions/*.7z
build/distributions/*.exe