Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:

- run: cp lwk_bindings/csharp/* csharp

- name: Patch generated C# code to avoid Finalize conflict
run: |
sed -i 's/public Transaction Finalize(/public Transaction FinalizePset(/g' csharp/lwk.cs
sed -i 's/public Pset Finalize(/public Pset FinalizePset(/g' csharp/lwk.cs

- run: ls -R csharp

- name: Archive the package
Expand Down
Loading