diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index c5cf084..2c0e2b0 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -42,7 +42,7 @@ jobs: cache: npm - name: Install dependencies - run: npm ci + run: npm ci --workspace=template --include-workspace-root - name: Prepare template run: node .github/scripts/prepare-template.mjs @@ -88,7 +88,7 @@ jobs: cache: npm - name: Install dependencies - run: npm ci + run: npm ci --workspace=template --include-workspace-root - name: Prepare template run: node .github/scripts/prepare-template.mjs @@ -125,7 +125,7 @@ jobs: - name: Sign Android APK run: | - bash .github/scripts/setup-android-signing.sh + source .github/scripts/setup-android-signing.sh bash .github/scripts/sign-android-apk.sh env: ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}