Skip to content

Commit a5d0a3b

Browse files
committed
up
1 parent 50e75a5 commit a5d0a3b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
branches:
8+
- 'wm-*'
79
schedule:
810
- cron: '0 0 * * *' # Daily at midnight UTC
911
workflow_dispatch:

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
}
4141
],
4242
"windows": {
43+
"signCommand": "trusted-signing-cli sign -e https://eus.codesigning.azure.net/ -a %AZURE_TRUSTED_SIGNING_ACCOUNT_NAME% -c %AZURE_CERTIFICATE_PROFILE_NAME% -d \"Tidewave\" -td sha256 -tr http://timestamp.acs.microsoft.com %1",
4344
"nsis": {
4445
"installerIcon": "icons/icon.ico",
4546
"headerImage": "icons/installer-header.bmp",

0 commit comments

Comments
 (0)