Skip to content

Commit c961f2f

Browse files
authored
[DiffTrain] Add REVISION and REVISION_TRANSFORM to output (#25830)
We use these for the sync script, so to preserve option value let's continue adding these files so the script can still be used for arbitrary commits.
1 parent 7c39922 commit c961f2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/commit_artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ jobs:
129129
./compiled/babel-plugin-react-refresh/index.js
130130
131131
ls -R ./compiled
132+
- name: Add REVISION files
133+
run: |
134+
echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION
135+
cp ./compiled/facebook-www/REVISION ./compiled/facebook-www/REVISION_TRANSFORMS
132136
- uses: actions/upload-artifact@v3
133137
with:
134138
name: compiled

0 commit comments

Comments
 (0)