From 0018cf2246998218b3399ec1d422f9cd53bf1312 Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Tue, 21 Mar 2023 16:18:20 +0000 Subject: [PATCH] Add REVISION file to react-fbsource-import (#26448) For DiffTrain to fbsource, we need REVISION file in compiled-rn folder --- .github/workflows/commit_artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 6c5f9b639c..fe6da85658 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -156,6 +156,7 @@ jobs: - name: Add REVISION file run: | echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION + echo ${{ github.sha }} >> ./compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION - uses: actions/upload-artifact@v3 with: name: compiled