Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Try again.
  • Loading branch information
DavidSagan authored Sep 21, 2023
1 parent 82b39dc commit ce23a35
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 @@ -68,7 +68,7 @@ jobs:
run: |
mkdir -p ~/bmad_dist;
mkdir ~/bmad_dist_${{ steps.release_name.outputs.version }};
mv $GITHUB_WORKSPACE ~/bmad_dist_${{ steps.release_name.outputs.version }}/;
cp -r $GITHUB_WORKSPACE ~/bmad_dist_${{ steps.release_name.outputs.version }}/;
tar -czf ~/bmad_dist/bmad_dist.tar.gz -C ~/ bmad_dist_${{ steps.release_name.outputs.version }}
Expand Down

0 comments on commit ce23a35

Please sign in to comment.