From 9353defcdb445b7acd917fa3bb1675752db50887 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 3 Feb 2021 18:33:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Debug=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd84e5f..0fb74af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,31 +58,31 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Set up Python 3.8 - uses: actions/setup-python@v2 - with: - python-version: "3.8" + # - name: Set up Python 3.8 + # uses: actions/setup-python@v2 + # with: + # python-version: "3.8" - - name: Generating `macOSBigSur` Cursor Theme - run: make + # - name: Generating `macOSBigSur` Cursor Theme + # run: make - - name: Compressing UNIX theme - run: tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur + # - name: Compressing UNIX theme + # run: tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur - - name: Uploading `bitmaps` artifact - uses: actions/upload-artifact@v2 - with: - name: bitmaps - path: bitmaps/* + # - name: Uploading `bitmaps` artifact + # uses: actions/upload-artifact@v2 + # with: + # name: bitmaps + # path: bitmaps/* - - name: Uploading `macOSBigSur` UNIX Theme artifact - uses: actions/upload-artifact@v2 - with: - name: macOSBigSur - path: macOSBigSur.tar.gz + # - name: Uploading `macOSBigSur` UNIX Theme artifact + # uses: actions/upload-artifact@v2 + # with: + # name: macOSBigSur + # path: macOSBigSur.tar.gz - - name: Uploading `macOSBigSur` Windows Theme artifact - uses: actions/upload-artifact@v2 - with: - name: macOSBigSur_Windows - path: themes/macOSBigSur_Windows/* + # - name: Uploading `macOSBigSur` Windows Theme artifact + # uses: actions/upload-artifact@v2 + # with: + # name: macOSBigSur_Windows + # path: themes/macOSBigSur_Windows/*