summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-15 20:42:45 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-21 16:51:18 +0200
commite6cd6ccf03e52d7741d94321a9f987e1f219edd0 (patch)
tree5ab25a087c8b60458b0099d7dc0e36bb8ae118b5 /.github
parentdb581671828c55a701dec394025f15a12712f463 (diff)
adjust appstore and build process
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-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 8a53be633..1305dab0c 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -16,7 +16,7 @@ jobs:
with:
path: ${{ env.APP_NAME }}
- name: Run build
- run: cd ${{ env.APP_NAME }} && make appstore
+ run: cd ${{ env.APP_NAME }} && make && make appstore
env:
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_public_cert: ${{ secrets.APP_PUBLIC_CERT }}