Skip to content

Commit

Permalink
GitHub Workflows: Build Android: show hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Nov 2, 2024
1 parent 3b35eed commit 54feb8c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: Build Android
on:
workflow_dispatch:
inputs:
branch:
description: 'The branch to build'
required: true
permissions:
users:
- kaloudis
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
build-android:
runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android@sha256:6607421944d844b82e4d05df50c11dc9fa455108222d63475cd3a0f62465fbda
steps:
- uses: actions/checkout@v4
- name: Envinfo
run: npx envinfo
- name: Build application
run: yarn install && cd android && chmod +x gradlew && ./gradlew app:assembleRelease
run: chmod +x build.sh && ./build.sh

0 comments on commit 54feb8c

Please sign in to comment.