This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -475,8 +475,10 @@ jobs:
475475 cp artifacts/agent-MINGW*/onefuzz-task.exe src/deployment/tools/win64/
476476 cp artifacts/agent-MINGW*/onefuzz_agent.pdb src/deployment/tools/win64/
477477 cp artifacts/agent-MINGW*/onefuzz_task.pdb src/deployment/tools/win64/
478- cp artifacts/agent-Linux/onefuzz-agent src/deployment/tools/linux/
479- cp artifacts/agent-Linux/onefuzz-task src/deployment/tools/linux/
478+ cp artifacts/agent-Linux-x86_64/onefuzz-agent src/deployment/tools/linux/
479+ cp artifacts/agent-Linux-x86_64/onefuzz-task src/deployment/tools/linux/
480+ cp artifacts/agent-Linux-aarch64/onefuzz-agent src/deployment/tools/linux-aarch64/
481+ cp artifacts/agent-Linux-aarch64/onefuzz-task src/deployment/tools/linux-aarch64/
480482
481483 cp artifacts/proxy/onefuzz-proxy-manager src/deployment/tools/linux/
482484 cp artifacts/service/api-service.zip src/deployment
Original file line number Diff line number Diff line change 3030 fi
3131fi
3232
33- platform=$( uname)
33+ platform=$( uname --kernel-name --machine)
34+ platform=${platform// / -} # replace spaces with dashes
3435rel_output_dir=" artifacts/agent-$platform "
3536mkdir -p " $rel_output_dir "
3637output_dir=$( realpath " $rel_output_dir " )
You can’t perform that action at this time.
0 commit comments