From cca7b213bae5f9dc9e62b52f2a3e08aa3ba7c020 Mon Sep 17 00:00:00 2001 From: JulesFaucherre Date: Thu, 10 Aug 2023 11:52:40 +0200 Subject: [PATCH] fix: Change path where snap takes the CLI --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index eedcb2e1a..47fa5393e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,7 +10,7 @@ parts: plugin: nil override-build: | snapcraftctl build - cp dist/circleci-cli_linux_amd64/circleci $SNAPCRAFT_PART_INSTALL + cp dist/circleci-cli_linux_amd64_v1/circleci $SNAPCRAFT_PART_INSTALL chmod +x $SNAPCRAFT_PART_INSTALL/circleci stage-packages: [docker.io] apps: