Skip to content

Commit b408eda

Browse files
Merge pull request #220 from canonical/fix-charm-deployment
Fix charm deployment
2 parents d1ed969 + 3424e19 commit b408eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: cs-canonical-com-charm
35-
path: ./*.charm
35+
path: ./charm/*.charm
3636

3737
pack-rock:
3838
runs-on: ubuntu-latest
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: Create repositories directory
5555
run: |
56-
mkdir -m 777 repositories
57-
mkdir -m 777 tree-cache
56+
mkdir -m 777 repositories
57+
mkdir -m 777 tree-cache
5858
5959
- name: Setup Rockcraft
6060
run: sudo snap install rockcraft --classic --channel=latest/edge

0 commit comments

Comments
 (0)