Skip to content

build

build #13

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
- name: show files
run: ls android
- uses: actions/[email protected]
with:
# Artifact name
name: artifact # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: android
- uses: alexellis/[email protected]
with:
# The paths to the assets you want to upload as a JSON array. You can use a glob pattern.
asset_paths: android