Skip to content

Commit

Permalink
fix path in nightly build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Sep 16, 2021
1 parent c8e9eb9 commit 780a3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package_lfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ outname="lfc_nightly_$(date '+%Y%m%d-%H%M%S')"
mkdir -p $outname/bin
mkdir -p $outname/lib

mv org.lflang/build/libs/org.lflang-*-SNAPSHOT-all.jar $outname/lib
mv org.lflang.lfc/build/libs/org.lflang.lfc-*-SNAPSHOT-all.jar $outname/lib

# Move & patch wrappers
sed -e '/^lfbase=/d' -e 's/\${lfbase}build\/libs/\${base}lib/g' -e '/^if \[\[ ! -f "\$jarpath" \]\]; then/{n;N;N;d}' bin/lfc > $outname/bin/lfc
Expand Down

0 comments on commit 780a3f4

Please sign in to comment.