-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish binaries of nimble #1068
Conversation
@@ -0,0 +1,90 @@ | |||
on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be:
on:
push:
tags:
- 'v*' # "v1.2.3"
This way, we'll be triggering the build only on tagged releases.
|
||
- uses: ncipollo/release-action@v1 | ||
with: | ||
name: Latest Langserver Binaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental reference to the Langserver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed. I did this change first in langserver repo.
d4dc667
to
4e75881
Compare
- Another attempt after nim-lang#1068. This PR uses the images that are used by https://github.com/nim-lang/nightlies
- Another attempt after nim-lang#1068. This PR uses the images that are used by https://github.com/nim-lang/nightlies in order to build proper binary
- Another attempt after #1068. This PR uses the images that are used by https://github.com/nim-lang/nightlies in order to build proper binary
No description provided.