Skip to content

Commit

Permalink
Try to get more useful feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Dec 10, 2020
1 parent f7e0864 commit f38ae5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
name: nupkgs
path: _Packagin*/*.nupkg
- uses: actions/upload-artifact@v2
with:
name: reportwin
path: _Reports
linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,3 +49,7 @@ jobs:
run: dotnet fake run ./Build/setup.fsx
- name: Build
run: dotnet fake run ./Build/build.fsx
- uses: actions/upload-artifact@v2
with:
name: reportnix
path: _Reports

0 comments on commit f38ae5c

Please sign in to comment.