Skip to content

Commit 6109ab2

Browse files
committed
Update release.yml
1 parent b943b70 commit 6109ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
include:
1717
- platform: "windows-latest"
1818
args: ""
19-
2019
runs-on: ${{ matrix.platform }}
20+
env:
21+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
2122
steps:
2223
- uses: actions/checkout@v4
2324

0 commit comments

Comments
 (0)