Skip to content

Commit

Permalink
use $GITHUB_WORKSPACE #98
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jan 26, 2023
1 parent 880ea0a commit afdb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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=LPhyBeast/lphybeast/lib" >> $GITHUB_ENV
echo "BEAST_LIB=$GITHUB_WORKSPACE/lphybeast/lib" >> $GITHUB_ENV
echo "LAUNCHER=launcher-2.7.3.jar" >> $GITHUB_ENV
echo "REPO_DIR=/home/runner/.beast/2.7" >> $GITHUB_ENV
Expand Down

0 comments on commit afdb4a1

Please sign in to comment.