Skip to content

Commit e7dd4f6

Browse files
committed
fix: authors filename in release pack
1 parent 4958ce7 commit e7dd4f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
cp README.md $dst/README.txt
184184
cp COPYING $dst/LICENSE.txt
185185
cp ChangeLog $dst/ChangeLog.txt
186-
cp AUTHORS $dst/AUTHORS.txt
186+
cp AUTHORS.md $dst/AUTHORS.txt
187187
cp include/frei0r.h include/frei0r.hpp $dst/
188188
echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt
189189
zip -r -9 $dst.zip $dst
@@ -197,7 +197,7 @@ jobs:
197197
cp README.md $dst/README.txt
198198
cp COPYING $dst/LICENSE.txt
199199
cp ChangeLog $dst/ChangeLog.txt
200-
cp AUTHORS $dst/AUTHORS.txt
200+
cp AUTHORS.md $dst/AUTHORS.txt
201201
cp include/frei0r.h include/frei0r.hpp $dst/
202202
echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt
203203
zip -r -9 $dst.zip $dst
@@ -211,7 +211,7 @@ jobs:
211211
cp README.md $dst/README.txt
212212
cp COPYING $dst/LICENSE.txt
213213
cp ChangeLog $dst/ChangeLog.txt
214-
cp AUTHORS $dst/AUTHORS.txt
214+
cp AUTHORS.md $dst/AUTHORS.txt
215215
cp include/frei0r.h include/frei0r.hpp $dst/
216216
echo "${{ needs.semantic-release.outputs.version }}" > $dst/VERSION.txt
217217
tar cvfz $dst.tar.gz $dst

0 commit comments

Comments
 (0)