Skip to content
Snippets Groups Projects
Unverified Commit 554de7ba authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #616 from fluxcd/fix-action-binary

Move flux binary to GitHub workspace
parents 53ffb8aa 5d9ccc97
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ curl -sL $BIN_URL | tar xz ...@@ -29,7 +29,7 @@ curl -sL $BIN_URL | tar xz
# Copy binary to GitHub runner # Copy binary to GitHub runner
mkdir -p $GITHUB_WORKSPACE/bin mkdir -p $GITHUB_WORKSPACE/bin
cp ./flux $GITHUB_WORKSPACE/bin mv ./flux $GITHUB_WORKSPACE/bin
chmod +x $GITHUB_WORKSPACE/bin/flux chmod +x $GITHUB_WORKSPACE/bin/flux
# Print version # Print version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment