Skip to content

Commit

Permalink
ci: compile new upgrade assure binary (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored May 25, 2024
1 parent e0c4312 commit 5b25fc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,14 @@ jobs:
key: ${{ needs.build-new-binary.outputs.CACHE_KEY }}
if: steps.cache-create-second-validator.outputs.cache-hit != 'true'

- name: Build new binaries
id: build-new-binaries
run: |
# build new upgrade assure binary
make build-upgrade-assure
mv ./build/upgrade-assure ${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH}}
if: steps.cache-create-second-validator.outputs.cache-hit != 'true'

- name: Restore old binary from cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5b25fc0

Please sign in to comment.