Skip to content

Update makefile.yml, add artifacts archiving. #2

Update makefile.yml, add artifacts archiving.

Update makefile.yml, add artifacts archiving. #2

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@v3
- name: build sdist
run: make sdist
- name: archive artifacts
uses: actions/upload-artifacts@v3
path: |

Check failure on line 22 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / Makefile CI

Invalid workflow file

The workflow is not valid. .github/workflows/makefile.yml (Line: 22, Col: 7): Unexpected value 'path'
dist