mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-22 03:05:22 -04:00
⚡ Fix Action
This commit is contained in:
parent
8d1f9a6715
commit
857f322ea6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -69,8 +69,8 @@ jobs:
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue