Skip to content

Commit

Permalink
ci: fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 15, 2024
1 parent c09ac57 commit 88a7335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ jobs:
id: build-old-binaries
run: |
# build old upgrade assure binary
mkdir -p build
go build -o build ./cmd/upgrade-assure-skip
ls -l ./build/
mv ./build/upgrade-assure-skip $OLD_UPGRADE_ASSURE_BINARY_PATH
if: steps.cache-old-binaries.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 88a7335

Please sign in to comment.