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 b49c4e6 commit 08f2befCopy full SHA for 08f2bef
1 file changed
.github/workflows/release-artifacts.yml
@@ -12,19 +12,24 @@ jobs:
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v2
15
+ with:
16
+ path: mc-server-hub
17
18
- name: Clone japi repository
19
20
with:
21
repository: comroid-git/japi
- path: ../japi
22
+ path: japi
23
token: ${{ secrets.GITHUB_TOKEN }}
24
25
- name: Set up Java
26
uses: actions/setup-java@v2
27
28
java-version: '17'
29
30
+ - name: Change working directory
31
+ run: cd mc-server-hub
32
+
33
- name: Build Artifacts
34
run: ./gradlew simplifyArtifact
35
0 commit comments