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

Add UploadHelper to assist in the uploading process #324

Merged
merged 3 commits into from
May 15, 2023

Conversation

LeeTwentyThree
Copy link
Member

Changes made in this pull request

  • Added UploadHelper console project.

{
Console.WriteLine("Hm, why does it start with a V? Are you sure you meant to do that? If not, type R and we can retry that.");
var line = Console.ReadLine();
if (line != null && line.ToLower() == "R")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line.ToLower() == “R” doesn’t seem quite right. Wouldn’t the uppercase R stop this condition from ever occurring?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch I forgot that part of the code even existed

@EldritchCarMaker
Copy link
Contributor

Not offering my own review, because @JKohlman had previously mentioned using github actions for this instead

@LeeTwentyThree
Copy link
Member Author

I will push this for now as I want to move forward with the project and make more prereleases with this simplified process, but GitHub Actions will definitely be preferable in the future.

@LeeTwentyThree LeeTwentyThree merged commit 514261b into SubnauticaModding:master May 15, 2023
@LeeTwentyThree LeeTwentyThree deleted the upload-helper branch June 9, 2023 15:41
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.

3 participants