This commit is contained in:
Oskar 2023-03-29 22:43:52 +02:00 committed by GitHub
parent 6f3fa03c7d
commit f44bffd15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -e -x
echo "::group::Generating source archive..."
@ -42,6 +42,7 @@ sudo chown build -R .
# Generate archive with all required sources for the build
# This either includes local or downloads files using an url
su -c "makepkg --allsource --skippgpcheck" build
ls -lah .
mv ./*.src.tar.gz "${ROOT_DIR}"
cd "${ROOT_DIR}"