From bdfd20d189d4b9fe53a0338071a8c9b185abd404 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Wed, 29 Jul 2020 08:07:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20upload=20artifact?= 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 fc42b90..d2918f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: run: python build.py - name: Uploading `bitmaps` artifact - - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2 with: name: bitmaps path: bitmaps/* @@ -79,7 +79,7 @@ jobs: path: out/macOSBigSur/* - name: Uploading `macOS Big Sur` Windows artifact - - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v2 with: name: macOS Big Sur Windows path: out/macOSBigSur_Windows/*