Skip to content

Commit

Permalink
Typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Yves NOLEN committed May 28, 2020
1 parent 60f2d76 commit aee84f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def create_manifest():

def create_zip():
if len(sys.argv) == 2 and sys.argv[1] == "--firefox":
zipName = 'splunk_xml_formatter.firefox.dev.zip'
zipName = 'splunk_xml_formatter.firefox.%s.zip' % version
else:
zipName = 'splunk_xml_formatter.chrome.dev.zip'
zipName = 'splunk_xml_formatter.chrome.%s.zip' % version
zipf = zipfile.ZipFile(zipName, 'w', zipfile.ZIP_DEFLATED)
# Add mandatory files
zipf.write("manifest.json")
Expand Down

0 comments on commit aee84f6

Please sign in to comment.