Skip to content

Commit d2b13ed

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
# Setting up keys
182182
mkdir -p build/tools/certificates/
183183
echo '${{ secrets.APP_PRIVATE_KEY }}' > build/tools/certificates/${{ env.APP_NAME }}.key
184-
make appstore
184+
make appstore verify-appstore-package
185185
186186
- name: Define nightly metadata
187187
id: version

0 commit comments

Comments
 (0)