Skip to content

Commit

Permalink
Update fabric.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus5600 committed Dec 30, 2024
1 parent fdb208e commit 09ae5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get jar name
id: get_jar_name
run: |
run: echo "JAR_NAME=$( ./gradlew -q app:getJarName )" >> $GITHUB_ENV
run: echo "JAR_NAME=$( ./gradlew -q :getJarName )" >> $GITHUB_ENV
- name: Stage mod for test client
run: |
Expand Down

0 comments on commit 09ae5be

Please sign in to comment.