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 committed Sep 21, 2023
1 parent 4c75091 commit 82b39dc
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 @@ -69,7 +69,7 @@ jobs:
mkdir -p ~/bmad_dist;
mkdir ~/bmad_dist_${{ steps.release_name.outputs.version }};
mv $GITHUB_WORKSPACE ~/bmad_dist_${{ steps.release_name.outputs.version }}/;
tar -czf ~/bmad_dist/bmad_dist.tar.gz ~/bmad_dist_${{ steps.release_name.outputs.version }}
tar -czf ~/bmad_dist/bmad_dist.tar.gz -C ~/ bmad_dist_${{ steps.release_name.outputs.version }}
- name: Create Release - ${{ steps.release_name.outputs.version }}
Expand Down

0 comments on commit 82b39dc

Please sign in to comment.