Skip to content

Commit

Permalink
chore: renamed artifact and fixed openal32.dll copying
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkittyy committed Oct 23, 2022
1 parent 56862c5 commit 0afceed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0afceed

Please sign in to comment.