From 403ef3330e7a0dd2ec9e43f456f5ee057c974dcb Mon Sep 17 00:00:00 2001 From: Jadeon-FPM <44822784+Jadeon-FPM@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:02:09 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f836d1d..e3030367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: name: Jest Tests - run: yarn workspace react-native-render-html test:lint name: Linting Tests - - run: yarn workspace react-native-render-html build - name: Build + - run: yarn workspace react-native-render-html pack + name: Pack - name: Upload artifact uses: actions/upload-artifact@v4