-
Notifications
You must be signed in to change notification settings - Fork 4
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
New github action to build and upload the ide extension. #25
New github action to build and upload the ide extension. #25
Conversation
4d0c0f9
to
7dffccb
Compare
Co-authored-by: Stephen Chin <https://github.com/steveonjavam>
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.
/lgtm
Hi @sbtaylor15 , I was hoping that maybe you can suggest a solution on how to upload the binaries to https://vscode.pyrsia.io/ or point me to a GitHub action that does something similar. Thanks! |
@karolh2000 Here are the GH steps for the upload. You will need to create a new script modeled from the chartmuseum.sh to get the new installer into the right location in the directories and sync it. Also, add
|
@sbtaylor15 I see the following code in chartmuseum.sh
For the vs code extension binaries, should we replace this line with a different |
…the GC bucket - python script to generate the list of binary files
Heads up, this PR will be used to tests the GC scripts so I might need a few iteration to get it right. |
@karolh2000 let me know if you need any help. I also made some improvement on the sync process to avoid downloading the whole set of files from Cloud Bucket to GitHub runner through pyrsia/pyrsia#1580. |
@dasmanas Let's chat soon, I'll ping you later today, I think you might be able to help me with the GC auth error (GC auth is failing in the PR). Thanks! |
This PR was moved to #28 because of the github token issues for forks. |
Description
New github action to build and upload the ide extension.
Screenshots (optional)
PR Checklist
Code Contributions