mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-30 06:55:17 -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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
- name: Set up Python 3.8
|
# - name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
# uses: actions/setup-python@v2
|
||||||
with:
|
# with:
|
||||||
python-version: "3.8"
|
# python-version: "3.8"
|
||||||
|
|
||||||
- name: Generating `macOSBigSur` Cursor Theme
|
# - name: Generating `macOSBigSur` Cursor Theme
|
||||||
run: make
|
# run: make
|
||||||
|
|
||||||
- name: Compressing UNIX theme
|
# - name: Compressing UNIX theme
|
||||||
run: tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur
|
# run: tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur
|
||||||
|
|
||||||
- name: Uploading `bitmaps` artifact
|
# - name: Uploading `bitmaps` artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: bitmaps
|
# name: bitmaps
|
||||||
path: bitmaps/*
|
# path: bitmaps/*
|
||||||
|
|
||||||
- name: Uploading `macOSBigSur` UNIX Theme artifact
|
# - name: Uploading `macOSBigSur` UNIX Theme artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: macOSBigSur
|
# name: macOSBigSur
|
||||||
path: macOSBigSur.tar.gz
|
# path: macOSBigSur.tar.gz
|
||||||
|
|
||||||
- name: Uploading `macOSBigSur` Windows Theme artifact
|
# - name: Uploading `macOSBigSur` Windows Theme artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: macOSBigSur_Windows
|
# name: macOSBigSur_Windows
|
||||||
path: themes/macOSBigSur_Windows/*
|
# path: themes/macOSBigSur_Windows/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue