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

Possible improvements to GitHub Actions (CI) #3934

Open
YoshiRulz opened this issue Jun 1, 2024 · 2 comments
Open

Possible improvements to GitHub Actions (CI) #3934

YoshiRulz opened this issue Jun 1, 2024 · 2 comments
Labels
Meta Relating to code organisation or to things that aren't code Request: Feature/Enhancement For feature requests or possible improvements

Comments

@YoshiRulz YoshiRulz added Request: Feature/Enhancement For feature requests or possible improvements Meta Relating to code organisation or to things that aren't code labels Jun 1, 2024
@Morilli
Copy link
Collaborator

Morilli commented Jun 3, 2024

make final build downloadable

Artifacts are currently uploaded with each successful build, but accessing them requires navigating to the action for the latest commit and having a github account. There are services like https://nightly.link/ that can be used to generate a link to the latest build artifact created by a github action.

logs can't be read without signing in (probably hardcoded site-wide)

Unfortunate, but probably not something we can or need to fix, I don't see a situation where a logged-out user would need to access github action logs

something better than installing .NET SDK in Ubuntu

Not entirely sure what those links are suggesting here. Installing the .NET SDK for each action takes around 8 seconds on the ubuntu runner, so this really shouldn't be an issue.

@YoshiRulz
Copy link
Member Author

YoshiRulz commented Sep 6, 2024

Can you give the archives more precise names, like I've done with GitLab CI? edit: Blocked by oprypin/nightly.link#20, but hopefully we can include that info in another way, because having to run the app and open the About dialog is not great.

edit: Moved to #4140.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta Relating to code organisation or to things that aren't code Request: Feature/Enhancement For feature requests or possible improvements
Projects
None yet
Development

No branches or pull requests

2 participants