Skip to content

Commit

Permalink
Update tagged-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Dickens authored Jun 5, 2023
1 parent f7f5a64 commit 0c82df7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get tar file
id: get-tar-name
run: echo "::set-output name=fileName::$(find . -type f -iname "*.tar.bz2" -printf "%f\n")"
run: echo "fileName=$(find . -type f -iname "*.tar.bz2" -printf "%f\n")" >> $GITHUB_OUTPUT

- name: Fetch tar file
id: get-tar-path
Expand Down Expand Up @@ -67,7 +67,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: |
**git tag: ${{ github.ref_name }}**
<br>
**git tag: ${{ github.ref_name }}**<br>
${{ steps.upload-main-asset.outputs.browser_download_url }}
md5: `${{ steps.generate-checksums.outputs.md5 }}`
sha1: `${{ steps.generate-checksums.outputs.sha1 }}`
Expand Down

0 comments on commit 0c82df7

Please sign in to comment.