1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 06:43:24 +03:00

When building nightly, re-create release

This commit is contained in:
Tae Won Ha 2022-06-30 18:54:01 +02:00
parent 593b9f9051
commit fa61935fed
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 7 additions and 1 deletions

View File

@ -26,5 +26,7 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref_name }} ./build/Build/Products/Release/VimR-neovim-nightly-unsigned.tar.bz2 --clobber
gh release delete ${{ github.ref_name }} -y
gh release create ${{ github.ref_name }} -p -t "VimR with neovim nightly" -F resources/nightly-release-notes
gh release upload ${{ github.ref_name }} ./build/Build/Products/Release/VimR-neovim-nightly-unsigned.tar.bz2

View File

@ -0,0 +1,4 @@
⚠️ This build tries to follow Neovim's [master branch](https://github.com/neovim/neovim/commits/master) (and our [master](https://github.com/qvacua/vimr/commits/master)) on weekly basis. There are few differences to other releases or snapshot builds:
1. This build is not signed (and therefore also not notarized).
2. This build is probably more unstable than others.