Fixed CI artifact generation

This commit is contained in:
Alexandros Naskos 2021-05-03 14:23:37 +03:00
parent 0e5a91d4fc
commit b66ed3bece
No known key found for this signature in database
GPG Key ID: 02BF2E72B0EA32D2

View File

@ -41,8 +41,8 @@ jobs:
for target in "${targets[@]}"; do
mkdir -p artifacts/$target
echo "Building target ${target}..."
zig build -Dtarget=${target} -Drelease-safe --cache-dir artifacts/${target}/
echo "Building target ${target}..."
zig build -Dtarget=${target} -Drelease-safe --prefix artifacts/${target}/
sed -e '1,5d' < README.md > artifacts/${target}/README.md
cp LICENSE.md artifacts/${target}/
cd artifacts/${target}/