We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06766d9 + 1e596bf commit 54dbc79Copy full SHA for 54dbc79
.github/workflows/publish.yaml
@@ -53,6 +53,12 @@ jobs:
53
echo "setting output of destination_channel=$destination_channel"
54
echo "::set-output name=destination_channel::$destination_channel"
55
56
+ # Required to charmcraft pack in non-destructive mode
57
+ - name: Setup lxd
58
+ uses: canonical/[email protected]
59
+ with:
60
+ channel: latest/stable
61
+
62
- name: Upload charm to charmhub
63
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
64
with:
0 commit comments