Skip to content

Commit

Permalink
fix: bin path needs target
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Sep 19, 2023
1 parent 61937db commit 79d5606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ do
esac
done

TARGET=$ARCH-$OS
ARTIFACTS_DIR=artifacts
OUT_FILE=ceramic-one.$EXT
OUT_PATH=$ARTIFACTS_DIR/ceramic-one.$EXT
BIN_DIR=target/$TARGET/release
TARGET=$ARCH-$OS

echo "Determining package version"
PKG_VERSION=$(cargo metadata --format-version=1 --no-deps | jq '.packages[0].version' | tr -d '"')
Expand Down

0 comments on commit 79d5606

Please sign in to comment.