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 build CI GitHub Actions workflow #38

Merged
merged 4 commits into from
Jan 8, 2024
Merged

Add build CI GitHub Actions workflow #38

merged 4 commits into from
Jan 8, 2024

Conversation

ItsNiceCraft
Copy link
Contributor

This PR adds a simple GitHub Actions workflow to run on push to the main branch that builds the server application for all relevant platforms using goreleaser. I'm also working on getting the workflow to run properly on pull requests, but I will PR that seperately later on. The workflow publishes the built binaries in the artifacts section. Example run: #1.

@ItsNiceCraft
Copy link
Contributor Author

Note: you might need to give GitHub actions write permissions to the repository in the actions tab (scroll down to "Workflow permissions".

@mkwcat
Copy link
Collaborator

mkwcat commented Jan 8, 2024

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

What's the reason for this warning?

@ItsNiceCraft
Copy link
Contributor Author

The set-output syntax is set to be deprecated sometime in the future (likely not that soon), and I tried using the newer set-output function but I was having problems with it. I'm gonna take a look into it again when I have time later today

@ItsNiceCraft
Copy link
Contributor Author

I was able to move to the new syntax to remove the warning. See #3.

@mkwcat
Copy link
Collaborator

mkwcat commented Jan 8, 2024

Alright, looks good to me!!

@mkwcat mkwcat merged commit 46330bf into WiiLink24:main Jan 8, 2024
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