We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a017d commit 87f49e0Copy full SHA for 87f49e0
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build with Gradle
26
run: ./gradlew build
27
env:
28
- MI_VERSION: git-${{ steps.var.outputs.commit_hash }}
+ MI_VERSION: 0.0.0-git-${{ steps.var.outputs.commit_hash }}
29
- name: Gametest Server
30
run: |
31
./gradlew runGameTestServer
0 commit comments