mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
Add REVISION file to react-fbsource-import (#26448)
For DiffTrain to fbsource, we need REVISION file in compiled-rn folder
This commit is contained in:
1
.github/workflows/commit_artifacts.yml
vendored
1
.github/workflows/commit_artifacts.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user