Skip to content

Commit

Permalink
ci: restore missing upload binary
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 16, 2024
1 parent 44a6a25 commit 415f8dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,15 @@ jobs:
with:
go-version: "1.21"

- name: Restore new binary from cache
uses: actions/cache@v4
with:
path: |
${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }}
${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH}}
${{ needs.build-new-binary.outputs.UPLOAD_SNAPSHOT_BINARY_PATH }}
key: ${{ needs.build-new-binary.outputs.CACHE_KEY }}

- name: Create new snapshot file
run: |
SANITIZED_HEAD_REF=${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit 415f8dc

Please sign in to comment.