We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adde6d commit 89423c9Copy full SHA for 89423c9
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
VERSION=$(awk -F '=' '/^version/ { print $2; }' build.properties)
37
BUILD=$(awk -F '=' '/build_number/ { print $2; }' build.properties)
38
- echo "forge=Forge/build/libs/Quark-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
+ echo "forge=build/libs/Quark-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
39
- name: Sign jars
40
env:
41
SIGNING_KEY: ${{ secrets.VIOLET_MOON_SIGNING_KEY }}
0 commit comments