Hopefully this time fixes it
This commit is contained in:
parent
e9f105c52a
commit
4646e4b0d9
17
.github/workflows/android-debug.yml
vendored
17
.github/workflows/android-debug.yml
vendored
@ -6,19 +6,6 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
|
||||||
name: Run Unit Tests
|
|
||||||
runs-on: ubuntu-18.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: set up JDK 1.8
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: 1.8
|
|
||||||
- name: Unit tests
|
|
||||||
run: bash ./gradlew test --stacktrace
|
|
||||||
|
|
||||||
apk:
|
apk:
|
||||||
name: Generate APK
|
name: Generate APK
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@ -55,7 +42,7 @@ jobs:
|
|||||||
# Source file
|
# Source file
|
||||||
source: ${{ steps.write_file.outputs.filePath }}
|
source: ${{ steps.write_file.outputs.filePath }}
|
||||||
# Target file
|
# Target file
|
||||||
target: $GITHUB_WORKSPACE/app/google-services.json
|
target: ${{ GITHUB_WORKSPACE }}/app/google-services.json
|
||||||
- name: Build Release APK
|
- name: Build Release APK
|
||||||
run: bash ./gradlew assembleStandard --stacktrace
|
run: bash ./gradlew assembleStandard --stacktrace
|
||||||
- name: Sign Android release
|
- name: Sign Android release
|
||||||
@ -75,4 +62,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: TachiyomiSY-${{ github.sha }}
|
name: TachiyomiSY-${{ github.sha }}
|
||||||
path: $SIGNED_RELEASE_FILE
|
path: ${{ SIGNED_RELEASE_FILE }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user