mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-29 06:25:19 -04:00
🚨 Debug 1
This commit is contained in:
parent
561fe8283f
commit
9353defcdb
1 changed files with 23 additions and 23 deletions
46
.github/workflows/build.yml
vendored
46
.github/workflows/build.yml
vendored
|
@ -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/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue