-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from DuoDuoJuZi/duoduojuzi-dev
Duoduojuzi dev
- Loading branch information
Showing
3 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Java JDK | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 21 | ||
distribution: 'zulu' | ||
distribution: 'graalvm' | ||
cache: 'gradle' | ||
|
||
- name: Make gradlew executable | ||
run: chmod +x gradlew | ||
|
||
- name: Build with Gradle | ||
run: ./gradlew shadowJar | ||
|
||
|
@@ -32,6 +32,11 @@ jobs: | |
- name: Get Repository Name | ||
uses: MariachiBear/[email protected] | ||
|
||
- name: Publish to GitHub Packages | ||
run: ./gradlew publish | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -annotation | ||
|
@@ -40,20 +45,20 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -cache | ||
path: | | ||
path: | | ||
cache/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -configuration | ||
path: | | ||
path: | | ||
configuration/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -commons | ||
path: | | ||
path: | | ||
commons/build/libs/*.jar | ||
- uses: actions/[email protected] | ||
with: | ||
name: ${{ steps.repo-name.outputs.repository-name }} ${{ steps.short_sha.outputs.sha_short }} -mongodb | ||
path: | | ||
path: | | ||
mongodb/build/libs/*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule legacy-lands-library
added at
80a0d4