Skip to content

Commit

Permalink
github env var problem, revert #98
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jan 27, 2023
1 parent afdb4a1 commit 1f0c6dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lphybeast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pwd
ls LPhyBeast
find . -name "lib"
echo "BEAST_LIB=$GITHUB_WORKSPACE/lphybeast/lib" >> $GITHUB_ENV
echo "BEAST_LIB=LPhyBeast/lphybeast/lib" >> $GITHUB_ENV
echo "LAUNCHER=launcher-2.7.3.jar" >> $GITHUB_ENV
echo "REPO_DIR=/home/runner/.beast/2.7" >> $GITHUB_ENV
Expand All @@ -48,9 +48,9 @@ jobs:
run: |
ls $REPO_DIR
mkdir $REPO_DIR/BEAST.base
cp LPhyBeast/lphybeast/lib/BEAST.base.version.xml $REPO_DIR/BEAST.base/version.xml
cp $BEAST_LIB/BEAST.base.version.xml $REPO_DIR/BEAST.base/version.xml
mkdir $REPO_DIR/BEAST.base/lib
cp LPhyBeast/lphybeast/lib/BEAST-base-*.jar $REPO_DIR/BEAST.base/lib
cp $BEAST_LIB/BEAST-base-*.jar $REPO_DIR/BEAST.base/lib
#./linguaPhylo/lphy/lib
#./LPhyBeast/lphybeast/lib
Expand Down

0 comments on commit 1f0c6dc

Please sign in to comment.