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: