Skip to content

Commit

Permalink
Fixed database upload
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Jun 11, 2024
1 parent 3cd7aab commit 2b9ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ async def package_asset(source_dir, output_dir, arch, entry_name, token, repo, t

# Then create a specific database used as asset later
os.makedirs('./output/databases/', exist_ok=True)
shutil.copy(db_path, f'./output/databases/{name_without_extension}.db')
shutil.copy('build_test.db', f'./output/databases/{name_without_extension}.db')
for eachMcu in mcuNames[cmake_file]['mcu_names']:
updateTable(
f'./output/databases/{name_without_extension}.db',
Expand Down

0 comments on commit 2b9ecc3

Please sign in to comment.