From 6b04db00050525c9cafe1f20062d0237d7e95c92 Mon Sep 17 00:00:00 2001 From: Joeri Sykora Date: Wed, 8 Nov 2023 16:46:07 +0100 Subject: [PATCH] only need to build the amalgamated source --- .github/workflows/build-amalgamation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-amalgamation.yml b/.github/workflows/build-amalgamation.yml index fe1e29c6..b4855dcc 100644 --- a/.github/workflows/build-amalgamation.yml +++ b/.github/workflows/build-amalgamation.yml @@ -20,7 +20,7 @@ jobs: mkdir sqlcipher-${{ env.version }} cd sqlcipher-${{ env.version }} ../configure - make + make sqlite3.c cd .. zip -r sqlcipher-amal-${{ env.version }}.zip sqlcipher-${{ env.version }} - uses: actions/upload-artifact@v3