0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

GitHub alpha publish - more whitespace changes for yaml

This commit is contained in:
Mike Hardy 2020-08-18 23:39:38 -05:00
parent a097bb9161
commit fea8aea67a
No known key found for this signature in database
GPG Key ID: 2FB9315A0E38FF42

View File

@ -21,12 +21,12 @@ jobs:
key: gradle-${{ hashFiles('**/*.gradle*') }}-v1
- name: Verify JDK 1.8
# OpenJDK1.8 is the default in GitHub ubuntu-latest runner, setup is not required
# OpenJDK1.8 is the default in GitHub macOS 10.15 runner, setup is not required
# Run a check that exits with error unless it is 1.8 version to future-proof against unexpected upgrades
run: java -fullversion 2>&1 | grep '1.8'
shell: bash
- name: Install github-release
- name: Install github-release
run: |
mkdir ~/bin/
curl -o ~/bin/github-release.bz2 https://github.com/github-release/github-release/releases/download/v0.8.1/linux-amd64-github-release.bz2
@ -58,4 +58,4 @@ jobs:
run: ./tools/release.sh
env:
KSTOREPWD: ${{ secrets.KEYSTORE_PASSWORD }}
KEYPWD: ${{ secrets.KEYSTORE_KEY_PASSWORD }}
KEYPWD: ${{ secrets.KEYSTORE_KEY_PASSWORD }}