Skip to content

Commit

Permalink
fix: artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 14, 2024
1 parent b80996e commit 7223499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: get iguana build dir
uses: actions/download-artifact@v4
with:
name: build_iguana_cpp-${{ matrix.CC }}
name: build_iguana_cpp-${{ env.CC }}
### dependencies
- name: install dependency packages
run: .github/install-dependency-packages.sh ${{ inputs.runner }} ${{ inputs.verset }}
Expand Down

0 comments on commit 7223499

Please sign in to comment.