Fix windows build not compiling (#2523)

This commit is contained in:
pajlada
2021-03-14 17:25:32 +01:00
committed by GitHub
parent 771bf260c5
commit fd3efe0e15
2 changed files with 15 additions and 10 deletions
+6
View File
@@ -86,6 +86,12 @@ jobs:
7z a chatterino-windows-x86-64.zip Chatterino2/
shell: cmd
- name: Ensure build succeeded (Windows)
if: startsWith(matrix.os, 'windows')
run: |
cd build
ls release/chatterino.exe
- name: Upload artifact (Windows)
if: startsWith(matrix.os, 'windows')
uses: actions/upload-artifact@v2.2.2