From 8a0fcd1f95088a44568acb89388e1d323cdaf128 Mon Sep 17 00:00:00 2001 From: Jhett Black <10942655+jhett12321@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:48:50 +0100 Subject: [PATCH] Use correct binary path. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 517df9f..f9a2f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,5 +117,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: Binaries - path: bin/Release + path: NWNX.NET/bin/Release if-no-files-found: error