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 and update GitHub actions #125

Closed
wants to merge 2 commits into from
Closed

Add and update GitHub actions #125

wants to merge 2 commits into from

Commits on Oct 29, 2023

  1. Add Pull Request Build Action

    This commit adds PR.yml which is a GitHub action that will try and build the PR being submitted to make sure it can be built and also to help people beta-testing PRs and hopefully saving everyone time! The built jar files are then uploaded as artifacts of the action in a easy to download .zip file!
    Bjorkan authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    cc625ad View commit details
    Browse the repository at this point in the history
  2. Update release.yml

    Makes small adjustment to release.yml file to make the gradle cache it's own thing from the Setup Java.
    Bjorkan authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    99b1869 View commit details
    Browse the repository at this point in the history