Skip to content

Commit 8eb252c

Browse files
committed
Changed appveyor to publish both nuget artifacts.
1 parent ee7d524 commit 8eb252c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ type Startup() =
769769

770770
## Sample applications
771771

772-
There is a basic sample application in the `/samples/SampleApp` folder.
772+
There is a basic sample application in the [`/samples/SampleApp`](https://github.com/dustinmoris/Giraffe/tree/develop/samples/SampleApp) folder.
773773

774774
More sample applications will be added in the future.
775775

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ deploy:
2525
api_key:
2626
secure: +XDgIu4Tmln7LKedNmQgMFnyKTxxuCKFRK3V5oKEfwZiakPXRd5C7OueEGBL50oh
2727
skip_symbols: false
28-
artifact: /.*Giraffe\..*\.nupkg/
28+
artifact: /.*\.nupkg/
2929
on:
3030
appveyor_repo_tag: true

0 commit comments

Comments
 (0)