From 7d4e977c700284d312f5006be7d3777f088ed3b4 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 3 Feb 2022 21:35:17 -0600 Subject: [PATCH] testing more artifacts for windows build --- .github/workflows/windows-build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index d6aa4d0d..b52ff86c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -36,4 +36,10 @@ jobs: uses: actions/upload-artifact@v2 with: name: executable - path: onyx.exe + path: | + core + examples + lib/windows_x86_64 + misc + modules + onyx.exe -- 2.25.1