Skip to content

Commit

Permalink
updated linux CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Sep 24, 2024
1 parent 0f55a11 commit 19178b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:

- uses: dawidd6/action-download-artifact@v3
with:
name: ${{env.SONIVOXNAME}}
name: ${{env.SONIVOXNAME}}-linux
github_token: ${{secrets.GH_PAT}}
repo: pedrolcl/sonivox
workflow: cmake.yml
workflow: cmake-linux.yml

- name: Extract downloaded files
run: tar xvf ${{env.SONIVOXNAME}}.tar
Expand Down

0 comments on commit 19178b2

Please sign in to comment.