Fix Casing for Debian Codename Variable
All checks were successful
All checks were successful
This commit is contained in:
parent
72707a1147
commit
7db9c7a244
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ jobs:
|
||||||
path: artifacts/comicinfo-editor-v2-${{ github.ref_name }}-amd64.AppImage
|
path: artifacts/comicinfo-editor-v2-${{ github.ref_name }}-amd64.AppImage
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
outputs:
|
outputs:
|
||||||
debian_codename: ${{ steps.store_deb_ver.outputs.DEBIAN_CODENAME }}
|
debian_codename: ${{ steps.store_deb_ver.outputs.debian_codename }}
|
||||||
|
|
||||||
upload-release:
|
upload-release:
|
||||||
needs: [build-linux]
|
needs: [build-linux]
|
||||||
|
|
Reference in a new issue