From 22edb74a88d4e6c046c1d57fc84a971214971e49 Mon Sep 17 00:00:00 2001 From: Amine Ghozlane Date: Sun, 7 Apr 2024 11:49:46 +0200 Subject: [PATCH] Add steps to extract the archive --- .github/workflows/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e73170e..9cc64b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,8 @@ jobs: with: brew: bowtie2 bcftools bedtools raxml-ng apt: bowtie2 bcftools bedtools - - name: Fetch GitHub Release Assets - uses: amkozlov/raxml-ng@master + - name: Fetch GitHub Release Assets + uses: amkozlov/raxml-ng@master with: repo: 'amkozlov/raxml-ng' version: 'tags/1.2.1' @@ -24,12 +24,10 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} if: matrix.os == 'ubuntu-22.04' - name: Extract zip - run: unzip raxml-ng_v1.2.1_linux_x86_64 -d /usr/local/bin + run: unzip raxml-ng_v1.2.1_linux_x86_64.zip -d /usr/local/bin if: matrix.os == 'ubuntu-22.04' - name: Install Python uses: actions/setup-python@v4 - # see details (matrix, python-version, python-version-file, etc.) - # https://github.com/actions/setup-python - name: Install poetry uses: abatilo/actions-poetry@v2 - name: Install the project dependencies @@ -40,4 +38,4 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: metagenopolis/meteor + slug: metagenopolis/meteor \ No newline at end of file