From 62e2b1374be04f1a366005002dee6ae178058de6 Mon Sep 17 00:00:00 2001 From: lauren Date: Mon, 21 Nov 2022 13:00:50 -0800 Subject: [PATCH] [DiffTrain] Fix incorrect build path (#25723) --- .github/workflows/commit_artifacts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index fd0d49ab78..fe7ac9fb2e 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -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