From 857f322ea6a99a268f894072b6caca6747f7857f Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:51:34 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Fix=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c8c7a8..3e7e28a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,8 +69,8 @@ jobs: - name: Uploading `bitmaps` artifact uses: actions/upload-artifact@v2 with: - name: bitmaps/* - path: bitmaps + name: bitmaps + path: bitmaps/* - name: Uploading `macOSBigSur` UNIX Theme artifact uses: actions/upload-artifact@v2