mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-21 10:45:23 -04:00
📦 upload artifact
This commit is contained in:
parent
cf75ca488b
commit
bdfd20d189
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
run: python build.py
|
run: python build.py
|
||||||
|
|
||||||
- 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/*
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
path: out/macOSBigSur/*
|
path: out/macOSBigSur/*
|
||||||
|
|
||||||
- name: Uploading `macOS Big Sur` Windows artifact
|
- name: Uploading `macOS Big Sur` Windows artifact
|
||||||
- uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: macOS Big Sur Windows
|
name: macOS Big Sur Windows
|
||||||
path: out/macOSBigSur_Windows/*
|
path: out/macOSBigSur_Windows/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue