File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464
6565 - name : MC Version
6666 id : minecraft
67- run : groovy read-manifest.groovy ${{ fromJson(steps.info.outputs.latestJson)[0].name }} "Minecraft-Version" >> "$GITHUB_OUTPUT"
67+ run : groovy read-manifest.groovy release/ ${{ fromJson(steps.info.outputs.latestJson)[0].url }} "Minecraft-Version" >> "$GITHUB_OUTPUT"
6868
6969 - name : NeoForge Version
7070 id : neoforge
71- run : groovy read-manifest.groovy ${{ fromJson(steps.info.outputs.latestJson)[0].name}} "NeoForge-Version" >> "$GITHUB_OUTPUT"
71+ run : groovy read-manifest.groovy release/ ${{ fromJson(steps.info.outputs.latestJson)[0].name}} "NeoForge-Version" >> "$GITHUB_OUTPUT"
7272
7373 - name : Add Artifact
7474 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments