diff --git a/.CI/CreateUbuntuDeb.sh b/.CI/CreateUbuntuDeb.sh index 7bd69010..e8929783 100755 --- a/.CI/CreateUbuntuDeb.sh +++ b/.CI/CreateUbuntuDeb.sh @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9424f2c2..167b2307 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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