From 42a87ba57269c7d876b2f1d25801234521f56809 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 10 Feb 2021 16:17:57 +0100 Subject: Fix release flow Signed-off-by: Benjamin Brahmer --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index cf26eda3a..a083324f3 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -48,7 +48,7 @@ jobs: run: cd ../server/apps/${{ env.APP_NAME }} && make appstore env: app_private_key: ${{ secrets.APP_PRIVATE_KEY }} - app_public_cert: ${{ secrets.APP_PUBLIC_CERT }} + app_public_crt: ${{ secrets.APP_PUBLIC_CRT }} - name: Upload app tarball to release uses: svenstaro/upload-release-action@v2 -- cgit v1.2.3