Skip to content

Commit

Permalink
[CI] fix copying binaries on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tworec committed May 27, 2021
1 parent 3838f71 commit 5eaa0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cp target/debug/{yagna,gftp} build
strip -x build/*
elif [ "$RUNNER_OS" == "Windows" ]; then
cp target\debug\{yagna,gftp}.exe build
cp target/debug/{yagna,gftp}.exe build
else
echo "$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit 5eaa0d2

Please sign in to comment.