mirror of
https://github.com/Z3Prover/z3
synced 2025-11-23 22:21:28 +00:00
Fix NuGet packaging and add GitHub Actions workflow
- Fixed critical bug in mk_nuget_task.py replace() function - Created comprehensive GitHub Actions workflow for building NuGet packages Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
9521872daf
commit
9419c9a897
2 changed files with 258 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ def replace(src, dst):
|
|||
try:
|
||||
os.remove(dst)
|
||||
except:
|
||||
shutil.move(src, dst)
|
||||
pass
|
||||
shutil.move(src, dst)
|
||||
|
||||
def unpack(packages, symbols, arch):
|
||||
# unzip files in packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue