We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b955b commit ee19a18Copy full SHA for ee19a18
.github/workflows/build.yml
@@ -210,6 +210,10 @@ jobs:
210
run: |
211
cd c_sharp
212
./build-release-nupkg.sh
213
+ - uses: actions/upload-artifact@v3
214
+ with:
215
+ name: org.ldk.nupkg
216
+ path: c_sharp/org.ldk.nupkg
217
- name: Check latest auto-generated code is in git
218
219
# Checkout files that get updated with version information
0 commit comments