We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d65a commit d3ceda3Copy full SHA for d3ceda3
.github/workflows/release.yml
@@ -184,8 +184,8 @@ jobs:
184
AMBER_PACKAGE="$PWD/target/distrib/amber-${TARGET_TRIPLE}"
185
tar -xf ${AMBER_PACKAGE}.tar.xz -C ./target
186
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
+ $AMBER build ./setup/install.ab ./target/distrib/install.sh
+ $AMBER build ./setup/uninstall.ab ./target/distrib/uninstall.sh
189
- id: cargo-dist
190
shell: bash
191
run: |
0 commit comments