Skip to content

Update build.yml

Update build.yml #22

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
tags:
- v**
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: fnkr/[email protected]
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: android
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}