[CI > Build] Fix last change
This commit is contained in:
parent
f041f8b584
commit
cf3ecd8b09
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release_nightly.yml
vendored
3
.github/workflows/release_nightly.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue