Skip to content

update github actions #102

update github actions

update github actions #102

Workflow file for this run

name: Sample App
on:
push:
branches:
- main
tags-ignore:
- '**'
workflow_call:
permissions: read-all
env:
ORG_GRADLE_PROJECT_openrtbUsername: ${{ github.actor }}
ORG_GRADLE_PROJECT_openrtbPassword: ${{ github.token }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
lfs: true
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Run Gradle Build
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Upload Nimbus Sample App
uses: actions/[email protected]
with:
name: nimbus-android-sample
path: app/build/outputs/apk/
retention-days: 5