Skip to content

CI: add windows builder, upload artifacts #4

CI: add windows builder, upload artifacts

CI: add windows builder, upload artifacts #4

Workflow file for this run

name: Debian Build
on:
push:
# branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: install libgmp-dev
run: |
sudo apt-get update
sudo apt-get install -y libgmp-dev
- uses: actions/checkout@v4
- name: make
run: make
- name: make test
run: make test
- uses: actions/upload-artifact@v4
name: debian-binary
path: me7sum

Check failure on line 26 in .github/workflows/debian-build.yml

View workflow run for this annotation

GitHub Actions / Debian Build

Invalid workflow file

The workflow is not valid. .github/workflows/debian-build.yml (Line: 26, Col: 7): Unexpected value 'path'