Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Jul 26, 2023
1 parent c4944ff commit 14a23ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: account-compression-programs
path: "target/deploy/*.so"
path: "account-compression/target/deploy/*.so"
if-no-files-found: error

js-test-account-compression:
Expand All @@ -90,5 +90,5 @@ jobs:
uses: actions/download-artifact@v2
with:
name: account-compression-programs
path: target/deploy
path: account-compression/target/deploy
- run: ./ci/js-test-account-compression.sh

0 comments on commit 14a23ad

Please sign in to comment.