Skip to content

Commit

Permalink
fix: Change path where snap takes the CLI (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre authored Sep 5, 2023
1 parent c152c1b commit 24c24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24c24b8

Please sign in to comment.