iuna

iuna - experimental devnet protocol
git clone https://iuna.jhx.app/git/iuna.git
Log | Files | Refs | README | LICENSE

commit 00e61a66a1c19bf9d90afffb88ef8a082f96c4d8
parent 7626fc6e3b46c32868866b613fe5938a764a9e45
Author: Joris Hartog <jorishartog@hotmail.com>
Date:   Wed, 12 Aug 2026 10:00:23 +0200

Fix release artifact container path

Diffstat:
Mdeployment.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployment.sh b/deployment.sh @@ -122,7 +122,7 @@ build_linux_cli_archives() { -v "$(pwd):/src/iuna:ro" \ -v "$(pwd)/downloads:/out" \ rust:1.86-bookworm \ - bash -lc ' + bash -c ' set -euo pipefail apt-get update