mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-28 03:48:23 +01:00
Update build workflows
This commit is contained in:
parent
6a3c64cdf8
commit
af0d0be5a7
0
renovate.json → .github/renovate.json
vendored
0
renovate.json → .github/renovate.json
vendored
7
.github/workflows/build_app.yml
vendored
7
.github/workflows/build_app.yml
vendored
@ -19,13 +19,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository (Latest)
|
- name: Clone Repository (Latest)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'tachiyomiorg/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
if: github.event.inputs.git-ref == ''
|
if: github.event.inputs.git-ref == ''
|
||||||
- name: Clone Repository (Custom Ref)
|
- name: Clone Repository (Custom Ref)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
if: github.event.inputs.git-ref != ''
|
if: github.event.inputs.git-ref != ''
|
||||||
with:
|
with:
|
||||||
repository: 'tachiyomiorg/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
@ -33,9 +33,10 @@ jobs:
|
|||||||
ref: ${{ github.event.inputs.git-ref }}
|
ref: ${{ github.event.inputs.git-ref }}
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
distribution: adopt
|
||||||
|
|
||||||
- name: Get previous release
|
- name: Get previous release
|
||||||
id: last_release
|
id: last_release
|
||||||
|
Loading…
Reference in New Issue
Block a user