From 879ca8b3f5011ce38537ecec478e0f946ca4aa41 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 26 Aug 2020 12:05:20 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upload=20build.log=20as=20artifa?= =?UTF-8?q?ct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c4b087..37eac04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,12 @@ jobs: - name: Generating `macOS Big Sur` Cursor Theme run: python build.py + - name: Uploading `macOS Big Sur` Build Log artifact + uses: actions/upload-artifact@v2 + with: + name: logs + path: build.log + - name: Uploading `bitmaps` artifact uses: actions/upload-artifact@v2 with: