Fix .deb & pdb release uploads (#4373)

This commit is contained in:
pajlada 2023-02-13 11:33:25 +01:00 committed by GitHub
parent ef3a607af5
commit 56adaf81ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ packaging_dir="package"
ubuntu_release="$(lsb_release -rs)"
# The final path where we'll save the .deb package
deb_path="Chatterino-${ubuntu_release}-x86_64.deb"
deb_path="Chatterino-ubuntu-${ubuntu_release}-x86_64.deb"
# Refactor opportunity:
case "$ubuntu_release" in

View file

@ -318,7 +318,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: chatterino-windows-x86-64-5.15.2-symbols.pdb.zip
name: chatterino-windows-x86-64-5.15.2-symbols.pdb.7z
path: release-artifacts/
- uses: actions/download-artifact@v3