mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-09-01 03:47:30 +02:00
fix logical flaw in the png optimisation script (#59)
This commit is contained in:
@@ -51,7 +51,6 @@ jobs:
|
||||
|
||||
if [ -n "$failed_files" ]; then
|
||||
printf 'failed_files<<EOF\n%sEOF\n' "$failed_files" >> "$GITHUB_OUTPUT"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Print files that failed to compress
|
||||
|
||||
Reference in New Issue
Block a user