Skip to content

Commit

Permalink
release script: always collect local artifacts, regardless of S3
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Jul 6, 2022
1 parent d747121 commit faacc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/nuget/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
while True:
if not args.no_s3:
arts.collect_s3()
else:
arts.collect_local(arts.dlpath)

arts.collect_local(arts.dlpath)

if len(arts.artifacts) == 0:
raise ValueError('No artifacts found for %s' % match)
Expand Down

0 comments on commit faacc74

Please sign in to comment.