Skip to content

Commit

Permalink
[CI] Use release/filename.jar pathing for announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Oct 28, 2024
1 parent 62fccd8 commit ec76371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_announce-latest-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
- name: MC Version
id: minecraft
run: groovy read-manifest.groovy ${{ fromJson(steps.info.outputs.latestJson)[0].name}} "Minecraft-Version" >> "$GITHUB_OUTPUT"
run: groovy read-manifest.groovy release/${{ fromJson(steps.info.outputs.latestJson)[0].url }} "Minecraft-Version" >> "$GITHUB_OUTPUT"

- name: NeoForge Version
id: neoforge
run: groovy read-manifest.groovy ${{ fromJson(steps.info.outputs.latestJson)[0].name}} "NeoForge-Version" >> "$GITHUB_OUTPUT"
run: groovy read-manifest.groovy release/${{ fromJson(steps.info.outputs.latestJson)[0].name}} "NeoForge-Version" >> "$GITHUB_OUTPUT"

- name: Add Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ec76371

Please sign in to comment.