diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 6c5f9b639ce44..fe6da856587db 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