mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
fix: authors filename in release pack
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user