revert 34a2ba2d55fc6437342fe2249642008ce97f391b
Some checks failed
build / build (push) Failing after 4m13s
Some checks failed
build / build (push) Failing after 4m13s
revert 更新 .github/workflows/build.yml Mv to mirror
This commit is contained in:
parent
f8ac903476
commit
3731903bf5
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
- name: validate gradle wrapper
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
- name: setup jdk
|
||||
uses: https://gitea.com/actions/setup-java@v4
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'microsoft'
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- name: build
|
||||
run: ./gradlew build
|
||||
- name: capture build artifacts
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
Loading…
x
Reference in New Issue
Block a user