You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/.github/workflows/bins.yml

29 lines
585 B
YAML

name: bins
on:
push:
branches:
- master
tags:
- '*'
paths-ignore:
- docs
jobs:
build:
runs-on: ubuntu-latest
container:
image: tstack/lnav-build:1
steps:
- name: checkout
uses: actions/checkout@v3
- name: make
run: /entrypoint.sh
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:
# Artifact name
name: lnav-linux-musl-64bit.zip
# A file, directory or wildcard pattern that describes what to upload
path: lbuild/src/lnav