Skip to content

Commit 7a43fb1

Browse files
authored
Update secrets for build
1 parent 2913d43 commit 7a43fb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ossign-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
shell: bash
7878
env:
7979
CI: 'true'
80+
OSSIGN_CONFIG_BASE64: ${{ secrets.OSSIGN_CONFIG_BASE64 }}
8081
run: |
8182
yarn tauri build \
8283
--target "x86_64-pc-windows-msvc" \
@@ -85,9 +86,6 @@ jobs:
8586
8687
- name: Stage Windows assets
8788
shell: pwsh
88-
env:
89-
T_TARGET: ""
90-
T_SUFFIX: ""
9189
run: |
9290
$ErrorActionPreference = "Stop"
9391

0 commit comments

Comments
 (0)