Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Removed unnecessary bmad-ecosystem directory from tar ball.
  • Loading branch information
DavidSagan committed Sep 29, 2023
1 parent 31d1a58 commit 7e21fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
mkdir -p ~/bmad_dist;
mkdir ~/bmad_dist_${{ steps.release_name.outputs.version }};
cp -r $GITHUB_WORKSPACE ~/bmad_dist_${{ steps.release_name.outputs.version }}/;
cp -r $GITHUB_WORKSPACE/* ~/bmad_dist_${{ steps.release_name.outputs.version }}/;
tar --exclude .git --exclude .github --exclude .gitignore -czf ~/bmad_dist/bmad_dist.tar.gz -C ~/ bmad_dist_${{ steps.release_name.outputs.version }}
Expand Down

0 comments on commit 7e21fb6

Please sign in to comment.