Fix .deb & pdb release uploads (#4373)
This commit is contained in:
@@ -16,7 +16,7 @@ packaging_dir="package"
|
|||||||
ubuntu_release="$(lsb_release -rs)"
|
ubuntu_release="$(lsb_release -rs)"
|
||||||
|
|
||||||
# The final path where we'll save the .deb package
|
# 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:
|
# Refactor opportunity:
|
||||||
case "$ubuntu_release" in
|
case "$ubuntu_release" in
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
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/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user