Skip to content

Commit

Permalink
Downloaded version is not functionnal
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 20, 2024
1 parent e88b2e4 commit 1f6f5f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
file: 'raxml-ng_v1.2.2_linux_x86_64.zip'
token: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'ubuntu-22.04'
- name: Fetch GitHub Release Assets
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'amkozlov/raxml-ng'
version: 'tags/1.2.2'
file: 'raxml-ng_v1.2.2_macos.zip'
token: ${{ secrets.GITHUB_TOKEN }}
if: matrix.os == 'macos-latest'
- name: Extract zip
run: unzip -o raxml-ng_*.zip -d /usr/local/bin && chmod +x /usr/local/bin/raxml-ng
- name: Install Python
Expand Down

0 comments on commit 1f6f5f1

Please sign in to comment.