We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a1d14 commit 0018cf2Copy full SHA for 0018cf2
.github/workflows/commit_artifacts.yml
@@ -156,6 +156,7 @@ jobs:
156
- name: Add REVISION file
157
run: |
158
echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION
159
+ echo ${{ github.sha }} >> ./compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION
160
- uses: actions/upload-artifact@v3
161
with:
162
name: compiled
0 commit comments