mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-17 08:35:03 -04:00
📦 Uploading artifact
This commit is contained in:
parent
6cd755392e
commit
cf75ca488b
1 changed files with 19 additions and 1 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
@ -63,5 +63,23 @@ jobs:
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Generating `MacOS Big Sur` Cursor Theme
|
- name: Generating `macOS Big Sur` Cursor Theme
|
||||||
run: python build.py
|
run: python build.py
|
||||||
|
|
||||||
|
- name: Uploading `bitmaps` artifact
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: bitmaps
|
||||||
|
path: bitmaps/*
|
||||||
|
|
||||||
|
- name: Uploading `macOS Big Sur` X11 artifact
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: macOS Big Sur
|
||||||
|
path: out/macOSBigSur/*
|
||||||
|
|
||||||
|
- name: Uploading `macOS Big Sur` Windows artifact
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: macOS Big Sur Windows
|
||||||
|
path: out/macOSBigSur_Windows/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue