From 1a694ae3882a1a697441ea2aa4dd13a7d83c16e7 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 10 Dec 2021 18:47:16 -0500 Subject: [PATCH] build(patch-package): untar PR package from correct scratch dir this should hopefully fix patch-package generation --- .github/workflows/create_test_patches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_test_patches.yml b/.github/workflows/create_test_patches.yml index 0597e8b7..9b61d688 100644 --- a/.github/workflows/create_test_patches.yml +++ b/.github/workflows/create_test_patches.yml @@ -70,7 +70,7 @@ jobs: echo "Installing $CLEAN_PACKAGE_NAME into fresh template app, then clobbering with PR version" yarn add $PACKAGE_NAME pushd node_modules/@invertase - tar -zxf $HOME/*$CLEAN_PACKAGE_NAME*-v* + tar -zxf $HOME/scratch/*$CLEAN_PACKAGE_NAME*-v* mv react-native-google-ads/package.json package/ \rm -fr react-native-google-ads mv package react-native-google-ads