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