diff --git a/.github/workflows/buildService.yml b/.github/workflows/buildService.yml index 0376b14..98375df 100644 --- a/.github/workflows/buildService.yml +++ b/.github/workflows/buildService.yml @@ -24,7 +24,7 @@ jobs: run: | git submodule update --init --recursive start-sdk init - make + make x86 PACKAGE_ID=$(yq -oy ".id" manifest.*) echo "::set-output name=package_id::$PACKAGE_ID" shell: bash diff --git a/.github/workflows/releaseService.yml b/.github/workflows/releaseService.yml index 427d777..43a7797 100644 --- a/.github/workflows/releaseService.yml +++ b/.github/workflows/releaseService.yml @@ -21,7 +21,7 @@ jobs: run: | git submodule update --init --recursive start-sdk init - make + make x86 - name: Setting package ID and title from the manifest id: package