Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(native): avoid false failure after successful release publish

+3 -1
+3 -1
fedac/native/scripts/upload-release.sh
··· 201 201 echo "Release published: $BUILD_NAME ($FULL_VERSION)" 202 202 echo " ${BASE_URL}/os/${CHANNEL_PREFIX}native-notepat-latest.vmlinuz" 203 203 echo " ${BASE_URL}/os/${CHANNEL_PREFIX}releases.json" 204 - [ -f "$ISO_SIBLING" ] && echo " ${BASE_URL}/os/${CHANNEL_PREFIX}native-notepat-latest.iso" 204 + if [ -f "$ISO_SIBLING" ]; then 205 + echo " ${BASE_URL}/os/${CHANNEL_PREFIX}native-notepat-latest.iso" 206 + fi