mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 16:57:29 +00:00
Merge pull request #616 from fluxcd/fix-action-binary
Move flux binary to GitHub workspace
This commit is contained in:
commit
554de7ba6f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ curl -sL $BIN_URL | tar xz
|
|||
|
||||
# Copy binary to GitHub runner
|
||||
mkdir -p $GITHUB_WORKSPACE/bin
|
||||
cp ./flux $GITHUB_WORKSPACE/bin
|
||||
mv ./flux $GITHUB_WORKSPACE/bin
|
||||
chmod +x $GITHUB_WORKSPACE/bin/flux
|
||||
|
||||
# Print version
|
||||
|
|
|
|||
Loading…
Reference in a new issue