Skip to content

Commit ec76371

Browse files
committed
[CI] Use release/filename.jar pathing for announcement
1 parent 62fccd8 commit ec76371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_announce-latest-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)