[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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