Skip to content

Commit

Permalink
chore: fix the path of contract binary archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Jan 24, 2024
1 parent f831812 commit fcd3282
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/capsule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: contract-binaries-${{ matrix.target }}-${{ github.sha }}
path: ${{ matrix.target-dir }}
path: |
build/debug
build/release
outputs:
spore-contract-ref: ${{ github.sha }}

Expand All @@ -72,6 +74,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: contract-binaries-${{ matrix.target }}-${{ needs.capsule-build-and-test.outputs.spore-contract-ref }}
path: build

- name: Build codehash-tool
working-directory: build
Expand Down

0 comments on commit fcd3282

Please sign in to comment.