I think I fixed the actions this time
This commit is contained in:
parent
aeeafe8556
commit
1d0937397f
16
.github/workflows/android-debug.yml
vendored
16
.github/workflows/android-debug.yml
vendored
@ -6,18 +6,6 @@ on:
|
||||
- 'master'
|
||||
|
||||
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:
|
||||
name: Generate APK
|
||||
@ -55,7 +43,7 @@ jobs:
|
||||
# Source file
|
||||
source: ${{ steps.write_file.outputs.filePath }}
|
||||
# Target file
|
||||
target: ${{ GITHUB_WORKSPACE }}/app/google-services.json
|
||||
target: ./app/google-services.json
|
||||
- name: Build Release APK
|
||||
run: bash ./gradlew assembleStandard --stacktrace
|
||||
- name: Sign Android release
|
||||
@ -75,4 +63,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: TachiyomiSY-${{ github.sha }}
|
||||
path: ${{ SIGNED_RELEASE_FILE }}
|
||||
path: $SIGNED_RELEASE_FILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user