From bfcdbf3040466ce5d94ef343b879f3a89ea0cdbe Mon Sep 17 00:00:00 2001
From: freearhey <free.arhey@gmail.com>
Date: Thu, 6 May 2021 22:15:10 +0300
Subject: [PATCH] Update clean.yml

---
 .github/workflows/clean.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml
index 825e808e3..478015cdb 100644
--- a/.github/workflows/clean.yml
+++ b/.github/workflows/clean.yml
@@ -10,10 +10,10 @@ jobs:
             # ad
             # ae,
             # af,
-            al,
+            al
             # am,
             # ao,
-            ar
+            # ar
             # at,
             # au,
             # aw,
@@ -172,7 +172,8 @@ jobs:
         run: npm install
       - name: Remove Broken Links
         run: node scripts/clean.js --country=${{ matrix.country }}
-      - uses: actions/upload-artifact@v2
+      - name: Upload Artifact
+        uses: actions/upload-artifact@v2
         with:
           name: ${{ matrix.country }}.m3u
           path: channels/${{ matrix.country }}.m3u
@@ -182,9 +183,8 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - uses: actions/download-artifact@v2
-        with:
-          path: .
+      - name: Download Artifacts
+        uses: actions/download-artifact@v2
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v3
         with: