Skip to content

Commit

Permalink
Updated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 22, 2024
1 parent f08154b commit 1f48c6e
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 @@ -29,7 +29,6 @@ def create_custom_archive(source_folder, archive_path):
with py7zr.SevenZipFile(archive_path, 'w') as archive:
os.chdir(source_folder)
archive.writeall('./')
os.chdir('..')

def upload_asset_to_release(repo, release_id, asset_path, token):
"""Upload an asset to a specific GitHub release."""
Expand Down Expand Up @@ -71,6 +70,7 @@ def zip_bsp_related_files(archive_path, repo_dir):
]
)
create_custom_archive('output', archive_path)
os.chdir(repo_dir)

def hash_file(filename):
"""Generate MD5 hash of a file."""
Expand Down

0 comments on commit 1f48c6e

Please sign in to comment.