diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 47d87c3a..b3abef46 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -59,7 +59,7 @@ jobs: echo NPM_VERSION=$NPM_VERSION >> $GITHUB_OUTPUT echo NPM_TAG=$NPM_TAG >> $GITHUB_OUTPUT - name: Build - run: npm run build + run: npm run build-ios - name: Upload npm package artifact uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bcf49227..a2ff527b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -43,7 +43,7 @@ jobs: echo NPM_VERSION=$NPM_VERSION >> $GITHUB_ENV npm version $NPM_VERSION --no-git-tag-version - name: Build - run: npm run build + run: npm run build-ios - name: Upload npm package artifact uses: actions/upload-artifact@v3 with: