Skip to content

Commit 0018cf2

Browse files
authored
Add REVISION file to react-fbsource-import (#26448)
For DiffTrain to fbsource, we need REVISION file in compiled-rn folder
1 parent 12a1d14 commit 0018cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
- name: Add REVISION file
157157
run: |
158158
echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION
159+
echo ${{ github.sha }} >> ./compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION
159160
- uses: actions/upload-artifact@v3
160161
with:
161162
name: compiled

0 commit comments

Comments
 (0)