Skip to content

Commit

Permalink
Merge pull request #298 from canonical/IAM-1176-fix-charmcraft
Browse files Browse the repository at this point in the history
ci: setup lxd before charmcraft pack
  • Loading branch information
natalian98 authored Nov 13, 2024
2 parents 06766d9 + 1e596bf commit 54dbc79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
echo "setting output of destination_channel=$destination_channel"
echo "::set-output name=destination_channel::$destination_channel"
# Required to charmcraft pack in non-destructive mode
- name: Setup lxd
uses: canonical/setup-lxd@v0.1.2
with:
channel: latest/stable

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@934193396735701141a1decc3613818e412da606 # 2.6.3
with:
Expand Down

0 comments on commit 54dbc79

Please sign in to comment.