Skip to content

Commit

Permalink
Merge pull request #501 from DavidSagan/main
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
DavidSagan committed Sep 20, 2023
2 parents 33d13c0 + ae2a62b commit fe3e6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Assemble Tarball
run: |
mkdir -p ~/bmad_dist;
tar -cjf ~/bmad_dist/bmad_dist.tar.gz -C $GITHUB_WORKSPACE .
tar -czf ~/bmad_dist/bmad_dist.tar.gz -C $GITHUB_WORKSPACE .
- name: Create Release - ${{ steps.release_name.outputs.version }}
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
message_format: ':tada: *{workflow}* produced a new release of Bmad (${{ steps.release_name.outputs.version }}). Check it out at <${{ steps.create_release.outputs.html_url }}|{repo}>.'
footer: ''
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit fe3e6a3

Please sign in to comment.