From 0afceed85f580072091fb1bc831c0ca7052616cf Mon Sep 17 00:00:00 2001 From: Sarah Ohlin Date: Sun, 23 Oct 2022 01:13:01 -0400 Subject: [PATCH] chore: renamed artifact and fixed openal32.dll copying --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f08cf7e..cbe0496 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -37,10 +37,11 @@ jobs: cp build/*/bq-r.exe release/blockquest-remake.exe cp build/*/*.lib release/ cp build/*/*.dll release/ + cp openal32.dll release/ cp -r assets/ release/assets/ - name: Publish Windows Build uses: actions/upload-artifact@v2 with: - name: windows-release + name: BlockQuestRemake path: release