Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e416659

Browse files
Fix SHA-256 checksum (#94)
1 parent 9ae0c53 commit e416659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Computes SHA-256 checksum
108108
- name: SHA-256 checksum
109-
run: shasum -a 256 "./target/production/wallet${{ matrix.ext }}""
109+
run: shasum -a 256 "./target/production/wallet${{ matrix.ext }}"
110110

111111
- name: Import code signing assets (macOS)
112112
# Based on https://github.com/Apple-Actions/import-codesign-certs/blob/master/src/security.ts

0 commit comments

Comments
 (0)