Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Dec 1, 2023
1 parent 1f6b63a commit 1716e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_charm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
if: ${{ inputs.artifact != '' }}
- name: Build charm(s)
run: |
sudo snap install charmcraft --classic
charmcraft pack --project-dir ${{ inputs.charm_path }}
CHARMS=$(ls ./*.charm | jq -R -s -c 'split("\n")[:-1]') echo "charms=$CHARMS" >> "$GITHUB_OUTPUT"
- name: Store charms
uses: actions/upload-artifacts@v3
uses: actions/upload-artifact@v3
with:
name: charms
path: ./*.charm
Expand Down

0 comments on commit 1716e81

Please sign in to comment.