We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db7be7 commit 235f33aCopy full SHA for 235f33a
1 file changed
.github/workflows/release-artifacts.yml
@@ -28,11 +28,8 @@ jobs:
28
distribution: 'adopt'
29
java-version: '17'
30
31
- - name: Change working directory
32
- run: cd mc-server-hub
33
-
34
- name: Build Artifacts
35
- run: ./gradlew simplifyArtifact
+ run: cd mc-server-hub && ./gradlew simplifyArtifact
36
37
- name: Upload API JAR to Release
38
id: upload-api-assets
0 commit comments