From f40ec1257d6801449ea9c3873efc743db04c99d2 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 20 Nov 2024 17:15:39 +0100 Subject: [PATCH] fix(release): App signature Signed-off-by: Christoph Wurst --- .github/workflows/appstore-conventional-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appstore-conventional-build-publish.yml b/.github/workflows/appstore-conventional-build-publish.yml index 14160254ff..8fb6243424 100644 --- a/.github/workflows/appstore-conventional-build-publish.yml +++ b/.github/workflows/appstore-conventional-build-publish.yml @@ -106,8 +106,8 @@ jobs: tar -xvf ${{ env.APP_NAME }}.tar.gz cd ../../ # Setting up keys + echo "${{ secrets.APP_CERT }}" > build/${{ env.APP_NAME }}.crt echo "${{ secrets.APP_PRIVATE_KEY }}" > build/${{ env.APP_NAME }}.key - wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt" -o build/${{ env.APP_NAME }}.crt pwd ls -l ls -l build