Skip to content

Bump io.github.oleksandrbalan:tagcloud from 1.0.1 to 1.1.0 #84

Bump io.github.oleksandrbalan:tagcloud from 1.0.1 to 1.1.0

Bump io.github.oleksandrbalan:tagcloud from 1.0.1 to 1.1.0 #84

Workflow file for this run

name: Build the app
on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: Development
env:
ACRA_LOGIN: ${{ secrets.ACRARIUM_BASIC_AUTH_LOGIN }}
ACRA_PASS: ${{ secrets.ACRARIUM_BASIC_AUTH_PASSWORD }}
ACRA_URI: ${{ secrets.ACRARIUM_URI }}
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Build Release APK
run: ./gradlew assembleRelease
- name: Upload Release APK
uses: actions/upload-artifact@v3
with:
name: ark-rate
path: ./app/build/outputs/apk/release/ark-rate-release-unsigned.apk