Skip to content

Bug fixed.

Bug fixed. #44

Workflow file for this run

name: Haskell CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, macos-latest, ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- name: Build
run: stack install --local-bin-path ./
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: Pie for ${{ runner.os }}
# A file, directory or wildcard pattern that describes what to upload
path: |
./Pie
./Pie.exe