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

Fix github action workflows (no builds gets ever uploaded as artifact) #805

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

TheBossMagnus
Copy link
Contributor

@TheBossMagnus TheBossMagnus commented Dec 3, 2024

In the current workflow, that hardcoded to upload only for Java 17 on Linux. Since newer Minecraft versions require Java 21, no builds were being uploaded as artifacts.

Additionally, the previous worflow used strategy: matrix to build the mod across multiple OS and Java versions but in reality it was configured to just Ubuntu 22.04 and Java 21.I removed the matrix things, simplifying the workflow.

Updated all the actions version to the latest, this should avid other breakage or at least delay them

@TheBossMagnus TheBossMagnus changed the title Fix github action workflows (no builds gets ever uploaded) Fix github action workflows (no builds gets ever uploaded as artifacts) Dec 3, 2024
@TheBossMagnus TheBossMagnus changed the title Fix github action workflows (no builds gets ever uploaded as artifacts) Fix github action workflows (no builds gets ever uploaded as artifact) Dec 3, 2024
.github/workflows/check_build.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@Prospector
Copy link
Member

thanks! man that workflow was pretty ancient lol

@Prospector Prospector merged commit 0b766b8 into TerraformersMC:1.21.2 Dec 3, 2024
1 check passed
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