From 929b97567b6b46a29bc22d049c4d19a8cddfa8ff Mon Sep 17 00:00:00 2001 From: Hakkyu Kim Date: Mon, 13 Sep 2021 17:47:12 +0900 Subject: [PATCH] Add certificate in CI --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05d75e836..e93220d7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,11 @@ jobs: NativeToolchain-Gcc-9.2 \ WEARABLE-4.0-NativeAppDevelopment \ WEARABLE-5.5-NativeAppDevelopment + - name: Create certificate + if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }} + run: | + $HOME/tizen-studio/tools/ide/bin/tizen certificate -a tizen_certificate -f tizen -p tizencertpw + $HOME/tizen-studio/tools/ide/bin/tizen security-profiles add -n TizenProfile -a $HOME/tizen-studio-data/keystore/author/tizen.p12 -p tizencertpw - name: Install flutter-tizen if: ${{ env.HAS_CHANGED_PACKAGES == 'true' }} run: |