env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
- tag_name: tag-${{ github.sha }}
+ tag_name: linux-${{ github.sha }}
release_name: release-${{ github.ref }}
body: |
Generated by github actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
- tag_name: tag-${{ github.sha }}
+ tag_name: windows-${{ github.sha }}
release_name: release-${{ github.ref }}
body: |
Generated by github actions