Skip to content

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

Merged
Prospector merged 4 commits intoTerraformersMC:1.21.2from
TheBossMagnus:1.21.2
Dec 3, 2024
Merged

Fix github action workflows (no builds gets ever uploaded as artifact)#805
Prospector merged 4 commits intoTerraformersMC:1.21.2from
TheBossMagnus:1.21.2

Conversation

@TheBossMagnus
Copy link
Copy Markdown

@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
Comment thread .github/workflows/check_build.yml Outdated
Comment thread .github/workflows/release.yml Outdated
@Prospector
Copy link
Copy Markdown
Member

thanks! man that workflow was pretty ancient lol

@Prospector Prospector merged commit 0b766b8 into TerraformersMC:1.21.2 Dec 3, 2024
@haykam821 haykam821 added the bug A problem with the project label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A problem with the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants