File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Build GObject bindings customized for Ghostty using zig-gobject.
2+
3+ Release artifacts can be verified with the following command:
4+ ```
5+ minisign -Vm <file> -P RWRRkKlFqo/pIbpNI7wwh0QyZq72qSteYnTXT9UOEDcl4Pbpf/xbjKWk
6+ ```
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ open $"($tmpdir)/($gir_tarfile)" | zstd -c | save --raw $"($tmpdir)/($gir_tarzst
3737
3838$env .MINISIGN_KEY | save $" ($tmpdir )/minisign.key"
3939
40- $env .MINISIGN_PASSWORD | minisign - S - m $" ($tmpdir )/($gobject_targzfile )" - s $" ($tmpdir )/minisign.key"
41- $env .MINISIGN_PASSWORD | minisign - S - m $" ($tmpdir )/($gobject_tarzstdfile )" - s $" ($tmpdir )/minisign.key"
42- $env .MINISIGN_PASSWORD | minisign - S - m $" ($tmpdir )/($gir_targzfile )" - s $" ($tmpdir )/minisign.key"
43- $env .MINISIGN_PASSWORD | minisign - S - m $" ($tmpdir )/($gir_tarzstdfile )" - s $" ($tmpdir )/minisign.key"
40+ $" ( $ env.MINISIGN_PASSWORD | str trim ) \n " | minisign - S - m $" ($tmpdir )/($gobject_targzfile )" - s $" ($tmpdir )/minisign.key"
41+ $" ( $ env.MINISIGN_PASSWORD | str trim ) \n " | minisign - S - m $" ($tmpdir )/($gobject_tarzstdfile )" - s $" ($tmpdir )/minisign.key"
42+ $" ( $ env.MINISIGN_PASSWORD | str trim ) \n " | minisign - S - m $" ($tmpdir )/($gir_targzfile )" - s $" ($tmpdir )/minisign.key"
43+ $" ( $ env.MINISIGN_PASSWORD | str trim ) \n " | minisign - S - m $" ($tmpdir )/($gir_tarzstdfile )" - s $" ($tmpdir )/minisign.key"
4444
4545(
4646 gh release create $version
You can’t perform that action at this time.
0 commit comments