Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit 08f2bef

Browse files
committed
Update release-artifacts.yml
1 parent b49c4e6 commit 08f2bef

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release-artifacts.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
15+
with:
16+
path: mc-server-hub
1517

1618
- name: Clone japi repository
1719
uses: actions/checkout@v2
1820
with:
1921
repository: comroid-git/japi
20-
path: ../japi
22+
path: japi
2123
token: ${{ secrets.GITHUB_TOKEN }}
2224

2325
- name: Set up Java
2426
uses: actions/setup-java@v2
2527
with:
2628
java-version: '17'
2729

30+
- name: Change working directory
31+
run: cd mc-server-hub
32+
2833
- name: Build Artifacts
2934
run: ./gradlew simplifyArtifact
3035

0 commit comments

Comments
 (0)