Skip to content

Commit

Permalink
Try to fix SHA-256 mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed May 27, 2020
1 parent 718f9d2 commit e921277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:

build_script:
- dotnet tool restore
- dotnet publish src/Bolero.TodoMVC.Client/ -o $(pwd)/publish/
- dotnet publish src/Bolero.TodoMVC.Client/ -o $(pwd)/publish/ -r Portable

on_success:
- pwsh -file ./tools/gh-pages.ps1 -env appveyor
Expand Down

0 comments on commit e921277

Please sign in to comment.