Skip to content

Commit

Permalink
fix(gh): refer to correct artefact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jat-canonical committed Nov 18, 2024
1 parent 1760781 commit e973417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Fetch charm artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
pattern: 'nats-a[mr][dm]64'
pattern: 'nats-operator-charm-a[mr][dm]64'
path: "${{ github.workspace }}/charms"
merge-multiple: true
- name: Upload charms to charmhub
Expand Down

0 comments on commit e973417

Please sign in to comment.