From 1f6f5f12432eef82890a8c0ebe58e70a6dda0e7b Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Thu, 20 Jun 2024 15:35:23 +0200 Subject: [PATCH] Downloaded version is not functionnal --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61aa93f..46c9dab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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