Skip to content

Commit e0f32cf

Browse files
committed
update
1 parent 7cecc1a commit e0f32cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
VERSION=$(jq -r '.version' pack_meta.json)
3131
MC=$(jq -r '.mc_version' pack_meta.json)
3232
SUPPORTED_MC=$(jq -rc '.supported_mc_versions' pack_meta.json)
33-
PACK_ID=${VERSION}+mc${MC}
33+
PACK_ID=${VERSION}+mc_${MC}
3434
3535
echo "PACK_NAME=$NAME" >> "$GITHUB_OUTPUT"
3636
echo "PACK_VERSION=$VERSION" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)