Skip to content

Commit 54dbc79

Browse files
authored
Merge pull request #298 from canonical/IAM-1176-fix-charmcraft
ci: setup lxd before charmcraft pack
2 parents 06766d9 + 1e596bf commit 54dbc79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
echo "setting output of destination_channel=$destination_channel"
5454
echo "::set-output name=destination_channel::$destination_channel"
5555
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+
5662
- name: Upload charm to charmhub
5763
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
5864
with:

0 commit comments

Comments
 (0)