mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: Inno Setup
This commit is contained in:
2
.github/workflows/osx-aarch64.yml
vendored
2
.github/workflows/osx-aarch64.yml
vendored
@@ -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' }}
|
||||
|
||||
2
.github/workflows/osx-x86-64.yml
vendored
2
.github/workflows/osx-x86-64.yml
vendored
@@ -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' }}
|
||||
|
||||
2
.github/workflows/windows-x86-64.yml
vendored
2
.github/workflows/windows-x86-64.yml
vendored
@@ -46,4 +46,4 @@ jobs:
|
||||
path: |
|
||||
build/distributions/*.zip
|
||||
build/distributions/*.msi
|
||||
build/distributions/*.7z
|
||||
build/distributions/*.exe
|
||||
|
||||
Reference in New Issue
Block a user