Skip to content

Commit fb12082

Browse files
committed
more robust way to pass the password and readme update
1 parent 9d70662 commit fb12082

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
Build 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+
```

release.nu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)