Skip to content

Commit

Permalink
Update PUBLISH.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amronos committed Sep 15, 2024
1 parent 73beaf8 commit d78359c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PUBLISH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

loaders: fabric

files: build/libs/automatedworkstations-fabric-${{env.MINECRAFT_VERSION}}-${{env.VERSION}}.jar
files: "fabric/build/libs/automatedworkstations-fabric-${{env.MINECRAFT_VERSION}}-${{env.VERSION}}.jar"

- name: Publish (Neoforge)
uses: Kir-Antipov/[email protected]
Expand All @@ -89,4 +89,4 @@ jobs:

loaders: neoforge

files: "build/libs/automatedworkstations-neoforge-${{env.MINECRAFT_VERSION}}-${{env.VERSION}}.jar"
files: "neoforge/build/libs/automatedworkstations-neoforge-${{env.MINECRAFT_VERSION}}-${{env.VERSION}}.jar"

0 comments on commit d78359c

Please sign in to comment.