Skip to content

Commit

Permalink
Don't skip symbols on deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Dec 30, 2021
1 parent e800277 commit c2b81b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deploy:
api_key:
secure: Mvs+45lPmiSYC9hv3AqdKWJVEzA5B5w0iU2IUCRz2/cxow/s00suGcO326h4Gjt7
artifact: /.*LibreMetaverse.*\.nupkg/
skip_symbols: true
skip_symbols: false
draft: false
prerelease: false
on:
Expand All @@ -85,7 +85,7 @@ deploy:
auth_token:
secure: lzcaOIXHRZG5WwFThR/DpNiVFh/q4zVis8YcLkmXhJHjFsq8tZgewzVhTmopZhjW
artifact: /.*LibreMetaverse.*\.nupkg/
skip_symbols: true
skip_symbols: false
draft: false
prerelease: false
on:
Expand Down

0 comments on commit c2b81b7

Please sign in to comment.