Skip to content

Commit 24327ab

Browse files
authored
Test new format for sign command
1 parent b4b1824 commit 24327ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ossign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Fix tauri
2727
shell: bash
2828
run: |
29-
jq '.bundle.windows.signCommand = "ossign.exe -t pecoff -o %1 %1 || true"' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.tmp
29+
jq '.bundle.windows.signCommand = "ossign.exe -t pecoff -o %1 %1"' src-tauri/tauri.conf.json > src-tauri/tauri.conf.json.tmp
3030
mv src-tauri/tauri.conf.json.tmp src-tauri/tauri.conf.json
3131
3232
- uses: ossign/ossign@main

0 commit comments

Comments
 (0)