Upload both Ubuntu .deb packages & Windows .pdb symbols in releases (#4372)

This commit is contained in:
pajlada
2023-02-13 10:34:40 +01:00
committed by GitHub
parent ae7567121b
commit ef3a607af5
2 changed files with 12 additions and 4 deletions
+6 -1
View File
@@ -264,7 +264,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Chatterino-${{ matrix.os }}-Qt-${{ matrix.qt-version }}.deb
path: build/Chatterino-x86_64.deb
path: build/Chatterino-${{ matrix.os }}-x86_64.deb
# MACOS
- name: Install dependencies (MacOS)
@@ -316,6 +316,11 @@ jobs:
name: chatterino-windows-x86-64-5.15.2.zip
path: release-artifacts/
- uses: actions/download-artifact@v3
with:
name: chatterino-windows-x86-64-5.15.2-symbols.pdb.zip
path: release-artifacts/
- uses: actions/download-artifact@v3
with:
name: Chatterino-x86_64-5.15.2.AppImage