Skip to content

Commit 0381909

Browse files
committed
ci: verify appstore package in release workflow
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 07c372b commit 0381909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
mkdir -p build/tools/certificates/
162162
echo '${{ secrets.APP_PRIVATE_KEY }}' > build/tools/certificates/${{ env.APP_NAME }}.key
163163
ls -la build/tools/certificates/
164-
make appstore
164+
make appstore verify-appstore-package
165165
166166
- name: Sign app
167167
run: |

0 commit comments

Comments
 (0)