Skip to content

Commit

Permalink
Fix workflow to publish github pages and docker images #597
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and lordrip committed Jan 10, 2024
1 parent 8d54cfb commit 87eb896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "🔧 Tar UI Dist"
shell: bash
run: |
tar -czf ${{ runner.temp }}/kaoto-ui.tgz packages/ui/dist
tar -czf ${{ runner.temp }}/kaoto-ui.tgz -C packages/ui/dist .
ls -lh ${{ runner.temp }}/kaoto-ui.tgz
- name: "🔧 Persist UI Dist"
Expand Down

0 comments on commit 87eb896

Please sign in to comment.