Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jan 18, 2024
1 parent ff3dfb4 commit ed92ec1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit ed92ec1

Please sign in to comment.