From 17b36c71133bdc7d1a0713f5db74be057b5e53e7 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 22 Jul 2024 22:28:54 +1200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Correct=20Path=20for=20github/gitea?= =?UTF-8?q?=20actions=20workflows=20=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{ => workflows}/build.yml | 0 .github/{ => workflows}/release.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/build.yml (100%) rename .github/{ => workflows}/release.yml (100%) diff --git a/.github/build.yml b/.github/workflows/build.yml similarity index 100% rename from .github/build.yml rename to .github/workflows/build.yml diff --git a/.github/release.yml b/.github/workflows/release.yml similarity index 100% rename from .github/release.yml rename to .github/workflows/release.yml