Skip to content

Commit d20519d

Browse files
committed
Fixed typo in DistTasks.yml... oops...
1 parent 440c34b commit d20519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DistTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks:
3434
desc: Create the checksums file
3535
dir: "{{ .DIST_DIR }}"
3636
cmds:
37-
- sha256sum serial-discovery_v1.2.0-dirty_*.* > {{ .CHECKSUM_FILE }}
37+
- sha256sum {{ .PROJECT_NAME }}_{{ .VERSION }}_*.* > {{ .CHECKSUM_FILE }}
3838

3939
Windows_32bit:
4040
desc: Builds Windows 32 bit binaries

0 commit comments

Comments
 (0)