forked from LBRYCommunity/lbry-sdk
doesnt need to be a global
This commit is contained in:
parent
18e63303bf
commit
8a2a8ce05f
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,6 @@ import github
|
|||
import uritemplate
|
||||
import boto3
|
||||
|
||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
|
||||
def main():
|
||||
upload_to_github_if_tagged('lbryio/lbry')
|
||||
|
@ -17,6 +15,7 @@ def main():
|
|||
|
||||
|
||||
def get_asset_filename():
|
||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
return glob.glob(this_dir + '/dist/*.zip')[0]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue