From c5844e51a451490370ed771d35790589db6a1227 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 23:09:22 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index c84897900d..72b7fd09da 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -175,6 +175,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: + name: channels path: channels/ pull-request: needs: clean @@ -184,8 +185,6 @@ jobs: uses: actions/checkout@v2 - name: Download Artifacts uses: actions/download-artifact@v2 - with: - path: channels/ - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: