Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed May 24, 2024
1 parent 60407bb commit 22ce1b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

env:
SCCACHE_GHA_ENABLED: "true"
HUGR_BIN_DIR: ${{ github.workspace }}/target/release
HUGR_BIN: ${{ github.workspace }}/target/release/hugr

jobs:
Expand Down Expand Up @@ -117,7 +118,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: hugr_binary
path: ${{env.HUGR_BIN}}
path: ${{env.HUGR_BIN_DIR}}

- name: Run tests
run: |
Expand Down Expand Up @@ -203,7 +204,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: hugr_binary
path: ${{env.HUGR_BIN}}
path: ${{env.HUGR_BIN_DIR}}



Expand Down

0 comments on commit 22ce1b7

Please sign in to comment.