Skip to content

Commit

Permalink
Updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Jun 24, 2024
1 parent b1f782a commit 123c9bf
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 @@ -817,7 +817,7 @@ async def main(token, repo, tag_name):
async with aiohttp.ClientSession() as session:
upload_result = await upload_release_asset(session, token, repo, tag_name, archive_path)

# Generate mikroe_utils_common package
# Generate databases package
shutil.copy('./necto_db.db', './utils/databases/databases/necto_db.db')
archive_path = compress_directory_7z(os.path.join('./utils', 'databases'), 'database.7z')
append_package(
Expand Down

0 comments on commit 123c9bf

Please sign in to comment.