Skip to content

Commit

Permalink
Update publish_charm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jan 15, 2025
1 parent b9d58ab commit 630894c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo snap install --channel stable --classic rockcraft
cd ${{ steps.rock-dir.outputs.rock-dir }}
rockcraft pack --verbosity trace
echo rock=`ls *.rock`
echo rock=`ls *.rock` >> $GITHUB_OUTPUT
- run: |
echo rockcraft pack:
echo ${{ steps.rockcraft.outputs.rock }}
Expand All @@ -59,7 +59,7 @@ jobs:
run:
sudo snap install --channel stable --classic charmcraft
charmcraft pack --verbosity trace
echo charms=`ls *.charm`
echo charms=`ls *.charm` >> $GITHUB_OUTPUT
- run: |
echo charmcraft pack:
echo ${{ steps.charmcraft.outputs.charms }}
Expand Down

0 comments on commit 630894c

Please sign in to comment.