Skip to content

Commit

Permalink
Update release-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Apr 1, 2024
1 parent b49c4e6 commit 08f2bef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,24 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
path: mc-server-hub

- name: Clone japi repository
uses: actions/checkout@v2
with:
repository: comroid-git/japi
path: ../japi
path: japi
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '17'

- name: Change working directory
run: cd mc-server-hub

- name: Build Artifacts
run: ./gradlew simplifyArtifact

Expand Down

0 comments on commit 08f2bef

Please sign in to comment.