Skip to content

Commit

Permalink
Fix CP command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 13, 2023
1 parent 497e2f0 commit f987885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TAG=${GITHUB_REF_NAME}
PREFIX="rules_kotlin-${TAG:1}"
ARCHIVE="rules_kotlin-$TAG.tar.gz"
bazelisk build //:rules_kotlin_release
cp bazel-bin/rules_kotlin_release.tgz > $ARCHIVE
cp bazel-bin/rules_kotlin_release.tgz $ARCHIVE
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')

cat << EOF
Expand Down

0 comments on commit f987885

Please sign in to comment.