From e7dd4f600b9e1ae15e9e7be1b5f4464d0b1bfda8 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 3 Sep 2025 16:34:34 +0200 Subject: [PATCH] fix: authors filename in release pack --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 834a137..4fbebd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,7 +183,7 @@ jobs: cp README.md $dst/README.txt cp COPYING $dst/LICENSE.txt cp ChangeLog $dst/ChangeLog.txt - cp AUTHORS $dst/AUTHORS.txt + cp AUTHORS.md $dst/AUTHORS.txt cp include/frei0r.h include/frei0r.hpp $dst/ echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt zip -r -9 $dst.zip $dst @@ -197,7 +197,7 @@ jobs: cp README.md $dst/README.txt cp COPYING $dst/LICENSE.txt cp ChangeLog $dst/ChangeLog.txt - cp AUTHORS $dst/AUTHORS.txt + cp AUTHORS.md $dst/AUTHORS.txt cp include/frei0r.h include/frei0r.hpp $dst/ echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt zip -r -9 $dst.zip $dst @@ -211,7 +211,7 @@ jobs: cp README.md $dst/README.txt cp COPYING $dst/LICENSE.txt cp ChangeLog $dst/ChangeLog.txt - cp AUTHORS $dst/AUTHORS.txt + cp AUTHORS.md $dst/AUTHORS.txt cp include/frei0r.h include/frei0r.hpp $dst/ echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt tar cvfz $dst.tar.gz $dst