From: Brendan Hansen Date: Fri, 4 Feb 2022 03:35:17 +0000 (-0600) Subject: testing more artifacts for windows build X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7d4e977c700284d312f5006be7d3777f088ed3b4;p=onyx.git testing more artifacts for windows build --- 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