Skip to content

Commit

Permalink
fix: eotsd donwload (babylonlabs-io#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen authored Aug 9, 2024
1 parent 06ee822 commit 7becf2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fp-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: babylonchain/finality-provider
repository: babylonlabs-io/finality-provider
ref: v0.4.0

- name: Cache eotsd
Expand All @@ -22,7 +22,7 @@ jobs:
with:
path: |
./build/eotsd
key: key-eotsd-v030
key: key-eotsd-v040

- name: Setup go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
path: |
./build/eotsd
key: key-eotsd-v030
key: key-eotsd-v040

- name: Verify new FPs
if: needs.changed-fp-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 7becf2d

Please sign in to comment.