From cfd137becc0692271974958ddd7d5baa41f8da95 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:08:01 +0200 Subject: [PATCH] fix: res-upd optimize-templates --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 003f758c06..2096ac42b7 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -251,7 +251,7 @@ jobs: - name: Run optimize_templates if: steps.check_sorted_templates.outputs.contains_png == 'True' run: | - python3 tools/OptimizeTemplates/optimize_templates.py resource/template/items/ resource/template/infrast/ + python3 tools/OptimizeTemplates/optimize_templates.py -p [resource/template/items/ resource/template/infrast/] - name: Cancelling if: steps.check_sorted_templates.outputs.changes != 'True'