From 1a15e2bac0e491dafea5d0504750760a18f5cf37 Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sat, 22 Feb 2025 12:57:32 +0000 Subject: [PATCH] fix: fix invalid paths on Windows --- .../{% if project_type == 'app' %}deploy.yml{% endif %}.jinja | 0 ...{% if project_type == 'package' %}publish.yml{% endif %}.jinja | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" => template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja (100%) rename "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" => template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja (100%) diff --git "a/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" b/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja similarity index 100% rename from "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" rename to template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja diff --git "a/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" b/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja similarity index 100% rename from "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" rename to template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja