From 99d07dc06385b0028cfa591882e413c17d277b28 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Mon, 1 Sep 2025 12:46:35 +0500 Subject: [PATCH] update workflow --- .github/workflows/extract.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extract.yml b/.github/workflows/extract.yml index 6ded785..11c7494 100644 --- a/.github/workflows/extract.yml +++ b/.github/workflows/extract.yml @@ -42,6 +42,6 @@ jobs: run: npm install - name: Extract app credentials - run: node . --target mobile --output ./credentials.mobile.json && node . --target tv --output ./credentials.tv.json + run: npm run extract:mobile && npm run extract:tv - uses: stefanzweifel/git-auto-commit-action@v5