Skip to content

Merge branch 'TheRealMichaelWang:main' into main #19

Merge branch 'TheRealMichaelWang:main' into main

Merge branch 'TheRealMichaelWang:main' into main #19

Workflow file for this run

name: Produce Build for Linux
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make Step 1
continue-on-error: true
run: make
- name: Make Step 2
run: make
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: cish
path: cish
retention-days: 5