Fix build.yaml syntax.

This commit is contained in:
2026-05-29 19:35:27 +03:00
parent 774cfb5c21
commit 2a0622af8d
+3 -2
View File
@@ -28,5 +28,6 @@ jobs:
run: "./publish.sh" run: "./publish.sh"
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact uses: actions/upload-artifact
name: packages with:
path: "bin/*.nupkg" name: packages
path: "bin/*.nupkg"