[CI > Build] Fix last change

This commit is contained in:
Ducko 2022-01-30 19:50:48 +00:00
parent f041f8b584
commit cf3ecd8b09
1 changed files with 1 additions and 2 deletions

View File

@ -44,11 +44,10 @@ jobs:
git tag nightly
git push origin nightly
gh release delete ${{ env.VERSION }} -y
gh release create ${{ env.VERSION }} -t "${{ git log -1 --pretty=%B }}" -n "${{ env.BODY }}" ${{ env.FILES }}
gh release create ${{ env.VERSION }} -t "$(git log -1 --pretty=%B)" -n "${{ env.BODY }}" ${{ env.FILES }}
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
VERSION: 'nightly'
NAME: 'Nightly'
BODY: Latest Nightly release
FILES: app.asar minified_testing_dont_use.asar
# FILES: app.asar