This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
The following commit(s) were added to refs/heads/main by this push:
new ee34f43 Fix release script path (#120)
ee34f43 is described below
commit ee34f439280f21128eabcc6253b368c47645d7c0
Author: mrproliu <[email protected]>
AuthorDate: Tue Mar 19 13:22:27 2024 +0000
Fix release script path (#120)
---
scripts/build/release.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/build/release.mk b/scripts/build/release.mk
index 2442bab..c47df5b 100644
--- a/scripts/build/release.mk
+++ b/scripts/build/release.mk
@@ -18,5 +18,5 @@
.PHONY: release
release:
- /bin/sh ${REPODIR}scripts/release/create_bin_release.sh
- /bin/sh ${REPODIR}scripts/release/create_source_release.sh
+ /bin/sh ${REPODIR}/scripts/release/create_bin_release.sh
+ /bin/sh ${REPODIR}/scripts/release/create_source_release.sh