Fix Casing for Debian Codename Variable

This commit is contained in:
Neshura 2023-11-17 20:58:28 +01:00
parent 72707a1147
commit 7db9c7a244
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -96,7 +96,7 @@ jobs:
path: artifacts/comicinfo-editor-v2-${{ github.ref_name }}-amd64.AppImage
if-no-files-found: error
outputs:
debian_codename: ${{ steps.store_deb_ver.outputs.DEBIAN_CODENAME }}
debian_codename: ${{ steps.store_deb_ver.outputs.debian_codename }}
upload-release:
needs: [build-linux]