Skip to content

Commit

Permalink
Adding in items.json for lab
Browse files Browse the repository at this point in the history
  • Loading branch information
switch180 committed Apr 2, 2024
1 parent 0e05839 commit e3cca15
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/build-assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
with ZipFile('battle-royale.zip', 'w') as workshop_zip:
for pyscript in glob.glob('./scripts/*.py'):
workshop_zip.write(pyscript)
for js_script in glob.glob('./scripts/*.json'):
workshop_zip.write(js_script)
shutil.move(os.path.join(os.getcwd(), 'battle-royale.zip'), os.path.join(dest_root, 'assets', 'battle-royale.zip'))

#Create Global Serverless ZIP
Expand Down
Loading

0 comments on commit e3cca15

Please sign in to comment.