[GitHub Actions] Fix release body

Remove minor version from upload-release-asset.
This commit is contained in:
Margen67 2020-03-27 17:19:02 -07:00 committed by illusion
parent aa154a4a23
commit 686748f4c6
1 changed files with 1 additions and 5 deletions

View File

@ -86,15 +86,11 @@ jobs:
with:
tag_name: tag-${{ github.sha }}
release_name: xenia-canary-${{ github.sha }}
body: |
Changes in this Release
- First Change
- Second Change
- name: Upload Release Asset
if: github.event.action != 'pull_request' && github.ref == 'refs/heads/canary' && matrix.cpu_arch == 'AVX'
id: upload-release-asset
uses: actions/upload-release-asset@v1.0.1
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: