Skip to content

Commit

Permalink
Set +x on linux and macos binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed Oct 18, 2024
1 parent 9ba472b commit c9f360f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
changelog_anchor=$(echo ${{ needs.metadata.outputs.engine-version }} | tr -d 'v.')
echo > release_description.txt
chmod +x bins/*linux*
chmod +x bins/*macos*
gh release create --draft \
--notes "https://github.com/jgilchrist/tcheran/blob/master/CHANGELOG.md#${changelog_anchor}" \
--title ${{ needs.metadata.outputs.engine-version }} \
Expand Down

0 comments on commit c9f360f

Please sign in to comment.