Build now concats "autobuild-" the commit sha to make the version string and sets unused build channel variable for future implementation.

Added badges to README.
This commit is contained in:
天クマ 2025-12-15 00:21:00 -03:00
commit 5302092596
2 changed files with 15 additions and 1 deletions

View file

@ -26,7 +26,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew buildAll
- name: Upload artifacts
uses: actions/upload-artifact@v6.0.0
with:
path: build/libs/*.jar
env:
NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}"
NEMESIS_BUILD_CHANNEL: "autobuild"