Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
awiddersheim committed Aug 3, 2018
1 parent 5b45f5d commit 40b131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def run_command(command):
target_commitish=os.environ.get('CIRCLE_TAG', os.environ['CIRCLE_SHA1'])
)

for item in glob.glob(sys.argv[0]):
for item in glob.glob(sys.argv[1]):
release.upload_asset(item)

0 comments on commit 40b131d

Please sign in to comment.