Skip to content

chg: deprecated workflows - fixed? #35

chg: deprecated workflows - fixed?

chg: deprecated workflows - fixed? #35

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Executable
run: make
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: tainted
path: ./tainted