Skip to content

Commit 89423c9

Browse files
committed
Remove xplat dir
1 parent 1adde6d commit 89423c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
VERSION=$(awk -F '=' '/^version/ { print $2; }' build.properties)
3737
BUILD=$(awk -F '=' '/build_number/ { print $2; }' build.properties)
38-
echo "forge=Forge/build/libs/Quark-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
38+
echo "forge=build/libs/Quark-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
3939
- name: Sign jars
4040
env:
4141
SIGNING_KEY: ${{ secrets.VIOLET_MOON_SIGNING_KEY }}

0 commit comments

Comments
 (0)