diff --git a/.github/actions/os_build_variables/action.yml b/.github/actions/os_build_variables/action.yml index 2fca9a71e..845d90a3d 100644 --- a/.github/actions/os_build_variables/action.yml +++ b/.github/actions/os_build_variables/action.yml @@ -261,8 +261,8 @@ runs: echo "rawImagePath=${basePath}/mkosi.output.gcp/fedora~37/image.raw" >> $GITHUB_OUTPUT echo "imagePath=${basePath}/mkosi.output.gcp/fedora~37/image.tar.gz" >> $GITHUB_OUTPUT echo "jsonOutput=${basePath}/mkosi.output.gcp/fedora~37/image-upload.json" >> $GITHUB_OUTPUT - echo "imageName=constellation-${imageVersion//./-}" >> $GITHUB_OUTPUT - echo "imageFilename=constellation-${imageVersion//./-}.tar.gz" >> $GITHUB_OUTPUT + echo "imageName=${imageVersion//./-}-${stream}" >> $GITHUB_OUTPUT + echo "imageFilename=${imageVersion//./-}-${stream}.tar.gz" >> $GITHUB_OUTPUT if [[ "${stream}" = "stable" ]] then echo "imageFamily=constellation" >> $GITHUB_OUTPUT