Skip to content

Commit bc33f02

Browse files
Fixed GitHub artifact archiving
1 parent 3b1f1c7 commit bc33f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-publish-discord.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: get_mc_version
4040
with:
4141
path: gradle.properties
42-
properties: mc_version
42+
properties: minecraft_version
4343

4444
- name: Set up JDK 17
4545
uses: actions/setup-java@v3
@@ -72,5 +72,5 @@ jobs:
7272
# - name: Archive Artifacts
7373
# uses: actions/upload-artifact@v3
7474
# with:
75-
# name: createrobotics-${{ steps.get_mc_version.outputs.mc_version }}-nightly-${{ steps.get_hash.outputs.sha_short }}
75+
# name: createrobotics-${{ steps.get_mc_version.outputs.minecraft_version }}-nightly-${{ steps.get_hash.outputs.sha_short }}
7676
# path: build/libs/

0 commit comments

Comments
 (0)