diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index e60fa12007..9505643dc3 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -129,6 +129,10 @@ jobs: ./compiled/babel-plugin-react-refresh/index.js ls -R ./compiled + - name: Add REVISION files + run: | + echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION + cp ./compiled/facebook-www/REVISION ./compiled/facebook-www/REVISION_TRANSFORMS - uses: actions/upload-artifact@v3 with: name: compiled