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 3b1f1c7 commit bc33f02Copy full SHA for bc33f02
.github/workflows/build-publish-discord.yml
@@ -39,7 +39,7 @@ jobs:
39
id: get_mc_version
40
with:
41
path: gradle.properties
42
- properties: mc_version
+ properties: minecraft_version
43
44
- name: Set up JDK 17
45
uses: actions/setup-java@v3
@@ -72,5 +72,5 @@ jobs:
72
# - name: Archive Artifacts
73
# uses: actions/upload-artifact@v3
74
# with:
75
-# name: createrobotics-${{ steps.get_mc_version.outputs.mc_version }}-nightly-${{ steps.get_hash.outputs.sha_short }}
+# name: createrobotics-${{ steps.get_mc_version.outputs.minecraft_version }}-nightly-${{ steps.get_hash.outputs.sha_short }}
76
# path: build/libs/
0 commit comments