summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-10 16:17:57 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-10 16:34:02 +0100
commit42a87ba57269c7d876b2f1d25801234521f56809 (patch)
tree2898f93fd7415232fea6bae69d28eb4ccde0a5f5
parent4effa5fd8f8a718273fdcd16c8b9a6928044255c (diff)
Fix release flow
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 1 insertions, 1 deletions
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