Skip to content

Commit

Permalink
Add REVISION file to react-fbsource-import (#26448)
Browse files Browse the repository at this point in the history
For DiffTrain to fbsource, we need REVISION file in compiled-rn folder
  • Loading branch information
sammy-SC committed Mar 21, 2023
1 parent 12a1d14 commit 0018cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0018cf2

Please sign in to comment.