Skip to content

Commit

Permalink
remove dir on archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Dec 4, 2023
1 parent f474633 commit 8d4ece2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
sed helm/kong-agents/Chart.yaml -i -e "s/^version.*/version:\ ${GIT_TAG_NAME}/"
- name: Archive chart
run: |
cd helm
tar -czf kong-agents.tgz ./kong-agents
mv kong-agents.tgz ../
tar czf kong-agents.tgz -C helm/kong-agents .
- name: Upload chart to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 8d4ece2

Please sign in to comment.