-
Notifications
You must be signed in to change notification settings - Fork 37
Artifacts not published to GitHub releases #75
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
Comments
Uploading the artifacts from Travis should be easy |
@nicolasstucki could you please have a look at this? it's blocking accepting Scala in Eclipse Che |
I'm a bit swamped this next week. @anatoliykmetyuk could you have a look? |
Fix #75: Publish vsix files on release
@sideeffffect I added manually the artifact to https://github.com/scala/vscode-scala-syntax/releases/tag/0.3.9 |
That's great news, but I don't see it available for the newest release, like |
The scripts to attached the |
Fix #75: Add Travis CI deployment to GitHub Releases
Fix #75: Fix Travis CI deployments from branches other than master
Uh oh!
There was an error while loading. Please reload this page.
The releases pages on GitHub, eg
https://github.com/scala/vscode-scala-syntax/releases/tag/0.3.9
https://github.com/scala/vscode-scala-syntax/releases/tag/0.1.0
don't contain the build artifact, like
scala-lang.scala-0.3.9.vsix
andscala-lang.scala-snippets-0.1.0.vsix
, uploaded and viable therethe
vsix
files is only available via Microsoft's Marketplacehttps://marketplace.visualstudio.com/_apis/public/gallery/publishers/scalameta/vsextensions/metals/1.7.2/vspackage
That is not a viable source for other IDEs.
The
scala-lang.scala
andscala-lang.scala-snippets
vsix
files have to be available somewhere else, GitHub releases is probably the best place, so that Metals is officially included in Eclipse Che web IDE.eclipse-che/che-plugin-registry#356
Related issue: https://github.com/scalameta/metals/issues/1365
The text was updated successfully, but these errors were encountered: