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