Skip to content

Commit

Permalink
chore: add updated Cargo.toml to git archive (#3525)
Browse files Browse the repository at this point in the history
Signed-off-by: silver-ymz <[email protected]>
  • Loading branch information
silver-ymz authored Nov 8, 2023
1 parent 4cc9698 commit 3a5c47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for package in "${PACKAGES[@]}"; do
done

echo "> Start package"
git archive --format=tar.gz --output="dist/apache-opendal-incubating-$release_version-src.tar.gz" --prefix="apache-opendal-incubating-$release_version-src/" "$git_branch"
git archive --format=tar.gz --output="dist/apache-opendal-incubating-$release_version-src.tar.gz" --prefix="apache-opendal-incubating-$release_version-src/" --add-file=Cargo.toml "$git_branch"

cd dist
echo "> Generate signature"
Expand Down

0 comments on commit 3a5c47b

Please sign in to comment.