From d3ceda317fc053ae9645e9f3c8f166657eba24e9 Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sat, 21 Dec 2024 20:57:52 +0100 Subject: [PATCH] Adjust release for new Amber CLI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb95a473..92f0c43d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,8 +184,8 @@ jobs: AMBER_PACKAGE="$PWD/target/distrib/amber-${TARGET_TRIPLE}" tar -xf ${AMBER_PACKAGE}.tar.xz -C ./target AMBER="$PWD/target/amber-${TARGET_TRIPLE}/amber" - $AMBER ./setup/install.ab ./target/distrib/install.sh - $AMBER ./setup/uninstall.ab ./target/distrib/uninstall.sh + $AMBER build ./setup/install.ab ./target/distrib/install.sh + $AMBER build ./setup/uninstall.ab ./target/distrib/uninstall.sh - id: cargo-dist shell: bash run: |