Skip to content

Commit

Permalink
fix deploy path after program build
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Jan 28, 2025
1 parent 4e33c2a commit 8ba7e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Save Program Builds For Client Jobs
uses: actions/cache/save@v4
with:
path: ./**/*.so
path: ./target/deploy/*.so
key: ${{ runner.os }}-builds-${{ github.sha }}

test_programs:
Expand Down

0 comments on commit 8ba7e04

Please sign in to comment.