From 8770744c6c2b18da1c11d2026a3f39dd49a153af Mon Sep 17 00:00:00 2001 From: Nils Bosbach Date: Tue, 29 Nov 2022 17:25:45 +0100 Subject: [PATCH] Use bootstrap script Call the bootstap script in the relase action Signed-off-by: Nils Bosbach --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78497d08..0e75a4af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,12 +16,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Create configure script - run: | - libtoolize - aclocal - autoheader - autoconf - automake --add-missing + run: ./config/bootstrap - name: Create output folder run: mkdir output - name: Create zip