mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-31 15:28:20 -04:00
📦 Artifact name Changed
This commit is contained in:
parent
b82ad96574
commit
5127a27124
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -67,10 +67,10 @@ jobs:
|
|||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
continue-on-error: false
|
||||
|
||||
- name: Generating `macOS Big Sur` Cursor Theme
|
||||
- name: Generating `macOSBigSur` Cursor Theme
|
||||
run: python build.py
|
||||
|
||||
- name: Uploading `macOS Big Sur` Build Log artifact
|
||||
- name: Uploading `macOSBigSur` Build Log artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: logs
|
||||
|
@ -82,8 +82,8 @@ jobs:
|
|||
name: bitmaps
|
||||
path: bitmaps/*
|
||||
|
||||
- name: Uploading `macOS Big Sur` Theme artifact
|
||||
- name: Uploading `macOSBigSur` Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macOS Big Sur
|
||||
name: macOSBigSur
|
||||
path: themes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue