[DiffTrain] Fix incorrect build path (#25723)

This commit is contained in:
lauren
2022-11-21 13:00:50 -08:00
committed by GitHub
parent e58b6c158b
commit 62e2b1374b

View File

@@ -103,8 +103,8 @@ jobs:
ls -R ./compiled
- uses: actions/upload-artifact@v3
with:
name: facebook-www
path: facebook-www/
name: compiled
path: compiled/
commit_artifacts:
needs: download_artifacts
@@ -113,8 +113,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: facebook-www
path: facebook-www/
name: compiled
path: compiled/
- run: git status -u
- name: Commit changes to branch
uses: stefanzweifel/git-auto-commit-action@v4