Skip to content

Commit

Permalink
Adjust release for new Amber CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Dec 21, 2024
1 parent 963d65a commit d3ceda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d3ceda3

Please sign in to comment.