Skip to content

Commit

Permalink
fix cat
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Nov 29, 2023
1 parent 7774ed8 commit fef1a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ jobs:

- name: Create a release package using hub
run: |
# Install hub
sudo apt install -y hub
DEST_DIR=.cr-release-packages
set -x
assets=()
for asset in `ls $DEST_DIR`; do
assets+=("-a" "$DEST_DIR/$asset")
done
cat charts/
echo $assets
hub release create "${assets[@]}" --message "${{ github.ref }}" "v0.0.1"
env:
Expand Down

0 comments on commit fef1a06

Please sign in to comment.