Add artifact upload to the build script (useful for nuget.org)

This commit is contained in:
2026-05-29 19:34:25 +03:00
parent 2f54c0408a
commit 774cfb5c21
+4
View File
@@ -26,3 +26,7 @@ jobs:
run: "./build_native.sh"
- name: Publish Package
run: "./publish.sh"
- name: Upload Artifacts
uses: actions/upload-artifact
name: packages
path: "bin/*.nupkg"