Skip to content

Rename project to Brief #1

Rename project to Brief

Rename project to Brief #1

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
- uses: cachix/cachix-action@v12
with:
name: pinkwah
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build brief-cli
run: nix build .#brief-cli
- name: Upload artifact
uses: actions/[email protected]
with:
name: brief-cli.zip
path: result/bin/brief-cli