Skip to content

Commit

Permalink
fix: should listen to copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Sep 19, 2023
1 parent 1a69433 commit 5348918
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 @@ -71,7 +71,7 @@ echo "Determining package version"
PKG_VERSION=$(cargo metadata --format-version=1 --no-deps | jq '.packages[0].version' | tr -d '"')

if [ ! -d $ARTIFACTS_DIR ]; then
mkdir -c $ARTIFACTS_DIR
mkdir -p $ARTIFACTS_DIR
fi
if [ -f $OUT_PATH ]; then
rm $OUT_PATH
Expand Down

0 comments on commit 5348918

Please sign in to comment.