From af90170d180920de9e6dd0c2f3cbd674910e5a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 27 Mar 2026 07:53:18 +0100 Subject: [PATCH] chore: Correctly pass md to website --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ed6a3ef..8c7dfe92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,8 +49,8 @@ jobs: - name: Clone fluffychat website run: | git clone https://github.com/krille-chan/fluffychat-website.git - cp CHANGELOG.md fluffychat-website/ - cp PRIVACY.md fluffychat-website/ + cp CHANGELOG.md fluffychat-website/src/ + cp PRIVACY.md fluffychat-website/src/ - name: Build website working-directory: fluffychat-website run: |