Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix tar spaming problem.
  • Loading branch information
DavidSagan committed Sep 21, 2023
1 parent fe3e6a3 commit db191ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Assemble Tarball
run: |
mkdir -p ~/bmad_dist;
mkdir ~/bmad_dist/${{ steps.release_name.outputs.version }};
mv ~/bmad_dist/* ~/bmad_dist/${{ steps.release_name.outputs.version }}/;
tar -czf ~/bmad_dist/bmad_dist.tar.gz -C $GITHUB_WORKSPACE .
Expand Down

0 comments on commit db191ca

Please sign in to comment.