Skip to content

Commit

Permalink
use charmcraft 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Sep 16, 2024
1 parent df95aa4 commit a5b8986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
elif args.channel:
install_flag = f"'--channel={args.channel}'"
elif args.channel_input_name == "charmcraft-snap-channel":
install_flag = "'--channel=3.x/stable'"
install_flag = "'--channel=3.x/candidate'"
else:
install_flag = None
github_actions.output["install_flag"] = install_flag

0 comments on commit a5b8986

Please sign in to comment.