Skip to content

Commit

Permalink
correct jar name to fix build #9
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Sep 21, 2023
1 parent aa82ae9 commit 8f3fe76
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 @@ -54,7 +54,7 @@ jobs:
mkdir $REPO_DIR/BEAST.base
cp $BEAST_LIB/BEAST.base.version.xml $REPO_DIR/BEAST.base/version.xml
mkdir $REPO_DIR/BEAST.base/lib
cp $BEAST_LIB/BEAST-base-*.jar $REPO_DIR/BEAST.base/lib
cp $BEAST_LIB/BEAST.base-*.jar $REPO_DIR/BEAST.base/lib
- name: Check file paths
run: |
Expand Down

0 comments on commit 8f3fe76

Please sign in to comment.