Skip to content

Commit

Permalink
Lending pool companion program
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 21, 2024
1 parent fe25f58 commit e4635c6
Show file tree
Hide file tree
Showing 5 changed files with 601 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ jobs:
args: --release

- run: mv target/release/sys sys-${{ matrix.target }}
- run: mv target/release/sys-lend sys-lend-${{ matrix.target }}

- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}
path: |
sys-${{ matrix.target }}
sys-lend-${{ matrix.target }}
if-no-files-found: error

publish_release:
Expand All @@ -59,6 +61,8 @@ jobs:
files: |
x86_64-apple-darwin/sys-x86_64-apple-darwin
x86_64-unknown-linux-gnu/sys-x86_64-unknown-linux-gnu
x86_64-apple-darwin/sys-lend-x86_64-apple-darwin
x86_64-unknown-linux-gnu/sys-lend-x86_64-unknown-linux-gnu
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ separator = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple_excel_writer = "0.1.9"
solana-account-decoder = "=1.17.26"
solana-clap-utils = "=1.17.26"
solana-cli-config = "=1.17.26"
solana-cli-output = "=1.17.26"
Expand Down
Loading

0 comments on commit e4635c6

Please sign in to comment.