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/*