Skip to content

Commit

Permalink
Fix release script path (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Mar 19, 2024
1 parent c91e179 commit ee34f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee34f43

Please sign in to comment.