Skip to content

Commit

Permalink
CI: regex ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Léana 江 committed Jan 7, 2024
1 parent 09f5430 commit 20e5500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: |
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- name: Upload executable
- name: Upload executable (Windows)
uses: actions/upload-artifact@v3
with:
name: prop-solveur-${{ matrix.os }}-${{ github.sha }}
path: .stack-work/**/build/prop-solveur/prop-solveur
path: .stack-work[/\]**[/\]build[/\]prop-solveur[/\]prop-solveur

0 comments on commit 20e5500

Please sign in to comment.