mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 14:52:19 +03:00
When building nightly, re-create release
This commit is contained in:
parent
593b9f9051
commit
fa61935fed
4
.github/workflows/build_nightly-on-tag.yml
vendored
4
.github/workflows/build_nightly-on-tag.yml
vendored
@ -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
|
||||
|
||||
|
4
resources/nightly-release-notes.md
Normal file
4
resources/nightly-release-notes.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user