Compare commits

..

1 Commits

Author SHA1 Message Date
Geoff Bourne
2bca3c7c04 Rename the main workflow to just build.yml 2025-12-15 19:25:10 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
To use a different Minecraft version, pass the `VERSION` environment variable (case sensitive), which can have the value
- `LATEST` for latest release (the default)
- `SNAPSHOT` for latest snapshot
- a specific version, such as `1.7.9`, `25w35a`, `26.1`, or `26.1-snapshot-1`
- LATEST (the default)
- SNAPSHOT
- a specific version, such as "1.7.9"
- or an alpha and beta version, such as "b1.7.3" (server download might not exist)
For example, to use the latest snapshot: