You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a new GitHub Actions workflow file `.github/workflows/build-release.yml` to automate the build and release process for the addon. It supports both manual triggers via `workflow_dispatch` and automatic builds on pushes to the `main` branch.
It also updates the permissions of `gradlew` to make it executable.
0 commit comments