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

schedule a dev build regularly #829

Merged
merged 1 commit into from May 13, 2024

Conversation

artoonie
Copy link
Collaborator

@artoonie artoonie commented May 1, 2024

closes #827

We're getting occasional emails from non-developers who want to use the latest RCTab without installing Java. I've been linking them to files in my google drive and trying to keep up-to-date with the latest develop, but having a recurring build would be helpful. If needed we can adjust this to once a month or whatever, but it's currently set to twice a month.

@@ -136,7 +138,7 @@ jobs:

- name: "Upload binaries to release"
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release'
if: github.event_name == 'release' || github.event_name == 'schedule'
Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM but I'd like to understand what it'll actually look like on the release page before you merge this in (title, description, etc.).

@artoonie artoonie merged commit 4a1ef72 into develop May 13, 2024
1 check passed
@artoonie artoonie deleted the feature/issue-827_scheduled-dev-release branch May 13, 2024 19:06
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.

Schedule a dev release build every two weeks
2 participants