Skip to content

Rename build artifact from 'build-output' to 'faucet' #16

Rename build artifact from 'build-output' to 'faucet'

Rename build artifact from 'build-output' to 'faucet' #16

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with make
run: make
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: faucet
path: |
./faucet