From ed92ec1fe35eae997fd0167b61e1896158df4239 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 18 Jan 2024 09:48:52 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/appstore-build-publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml index 349c993..d47cc32 100644 --- a/.github/workflows/appstore-build-publish.yml +++ b/.github/workflows/appstore-build-publish.yml @@ -92,6 +92,11 @@ jobs: cd ${{ env.APP_NAME }} npm ci npm run build + + - name: Download files + run: | + cd ${{ env.APP_NAME }} + make download-models - name: Check Krankerl config id: krankerl @@ -110,7 +115,7 @@ jobs: run: | cd ${{ env.APP_NAME }} krankerl package - + - name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }} with makefile if: steps.krankerl.outputs.files_exists != 'true' run: |