Skip to content

feat: change nerd fonts from aur to community #16

feat: change nerd fonts from aur to community

feat: change nerd fonts from aur to community #16

Workflow file for this run

# build release file for the lua project
name: release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/gh-actions-lua@v9
- uses: leafo/gh-actions-luarocks@v4
- name: Install dependencies
run: luarocks install --only-deps ricer-dev-1.rockspec
- name: Build binary
run: luastatic main.lua src/*.lua $(whereis lua | cut -d ' ' -f 2 | sed 's/bin\/lua//')/lib/liblua.a -I$(whereis lua | cut -d ' ' -f 2 | sed 's/bin\/lua//')/include -o ricer -static
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ricer