Skip to content

Commit

Permalink
Merge pull request #43 from Manta-Network/fix-sdk-fetch
Browse files Browse the repository at this point in the history
Get Proving Keys from Git-LFS
  • Loading branch information
tommyjk21 committed Jan 19, 2022
2 parents ab5012a + 1effb65 commit 5c238b1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Fetch reclaim_pk.bin
run: cd ui/src-tauri;curl -OL 'https://github.com/Manta-Network/sdk/raw/main/zkp/reclaim_pk.bin'
- name: Fetch transfer_pk.bin
run: cd ui/src-tauri;curl -OL 'https://github.com/Manta-Network/sdk/raw/main/zkp/transfer_pk.bin'
- name: Fetch Proving Keys
uses: actions/checkout@v2
with:
repository: Manta-Network/sdk
path: sdk
fetch-depth: 1
lfs: true
- name: Move Proving Keys
run: mv ./sdk/zkp/* ui/src-tauri/
- name: Hack For Ubuntu Builds
run: cd ui/src-tauri; sed -i /icns/d tauri.conf.json
if: matrix.os_type == 'ubuntu'
Expand Down

0 comments on commit 5c238b1

Please sign in to comment.