Обновить .gitea/workflows/build.yml
build / build (17) (push) Failing after 2m47s
Details
build / build (17) (push) Failing after 2m47s
Details
This commit is contained in:
parent
8a31930866
commit
82e8b27221
|
@ -12,14 +12,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: https://git.bitheaven.ru/actions/checkout@v2
|
||||
|
||||
- name: setup jdk ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1
|
||||
uses: https://git.bitheaven.ru/actions/setup-java@v1
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
|
||||
- uses: actions/cache@v2
|
||||
- uses: https://git.bitheaven.ru/actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: ./gradlew build
|
||||
|
||||
- name: capture build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: https://git.bitheaven.ru/actions/upload-artifact@v2
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
|
|
Loading…
Reference in New Issue