Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

yyoncho
Copy link
Contributor

@yyoncho yyoncho commented Feb 13, 2023

No description provided.

@@ -0,0 +1,90 @@
on:
Copy link
Member

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
Copy link
Member

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

Copy link
Contributor Author

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.

@yyoncho yyoncho force-pushed the binaries branch 4 times, most recently from d4dc667 to 4e75881 Compare February 14, 2023 13:49
@yyoncho yyoncho closed this Feb 21, 2023
yyoncho added a commit to yyoncho/nimble that referenced this pull request Mar 15, 2023
- Another attempt after nim-lang#1068. This PR
uses the images that are used by https://github.com/nim-lang/nightlies
yyoncho added a commit to yyoncho/nimble that referenced this pull request Mar 15, 2023
- 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
zah pushed a commit that referenced this pull request Apr 10, 2023
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants