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:
parent
fcafe470aa
commit
5302092596
2 changed files with 15 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue