Skip to content

Commit d3ceda3

Browse files
committed
Adjust release for new Amber CLI
1 parent 963d65a commit d3ceda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
AMBER_PACKAGE="$PWD/target/distrib/amber-${TARGET_TRIPLE}"
185185
tar -xf ${AMBER_PACKAGE}.tar.xz -C ./target
186186
AMBER="$PWD/target/amber-${TARGET_TRIPLE}/amber"
187-
$AMBER ./setup/install.ab ./target/distrib/install.sh
188-
$AMBER ./setup/uninstall.ab ./target/distrib/uninstall.sh
187+
$AMBER build ./setup/install.ab ./target/distrib/install.sh
188+
$AMBER build ./setup/uninstall.ab ./target/distrib/uninstall.sh
189189
- id: cargo-dist
190190
shell: bash
191191
run: |

0 commit comments

Comments
 (0)