Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Nov 30, 2023
2 parents ded9008 + fb559f3 commit 8f70585
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:

- name: Add build tools to the $PATH
run: echo "${ANDROID_HOME}/build-tools/33.0.2" >> $GITHUB_PATH


# The minchat-cli:shadowJar task is not run as minchat-cli is deprecated
- name: Compile the mod
run: |
chmod +x ./gradlew
./gradlew minchat-backend:jar minchat-cli:shadowJar minchat-client:release
./gradlew minchat-backend:jar minchat-client:release
- name: Upload the client artifact
uses: actions/upload-artifact@v2
Expand All @@ -29,8 +30,8 @@ jobs:
name: ${{ github.event.repository.name }}-backend-server
path: minchat-backend/build/libs/*.jar

- name: Upload the cli client artifact
uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}-cli-client
path: minchat-cli/build/libs/*.jar
# - name: Upload the cli client artifact
# uses: actions/upload-artifact@v2
# with:
# name: ${{ github.event.repository.name }}-cli-client
# path: minchat-cli/build/libs/*.jar

0 comments on commit 8f70585

Please sign in to comment.