mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 20:44:32 -04:00
ci-fix: upload bitmaps artifact
Other Changes: * typo in `.github/workflows/build.yml`
This commit is contained in:
parent
0309132545
commit
397b9832e4
1 changed files with 12 additions and 6 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
name: Bibata-Modern-Amber
|
||||
path: Bibata-Modern-Amber.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Modern-Amber-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Modern-Amber` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Modern-Amber-Windows
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
name: Bibata-Modern-Classic
|
||||
path: Bibata-Modern-Classic.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Modern-Classic-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Modern-Classic` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Modern-Classic-Windows
|
||||
|
@ -101,7 +101,7 @@ jobs:
|
|||
name: Bibata-Modern-Ice
|
||||
path: Bibata-Modern-Ice.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Modern-Ice-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Modern-Ice` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Modern-Ice-Windows
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
name: Bibata-Original-Amber
|
||||
path: Bibata-Original-Amber.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Original-Amber-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Original-Amber` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Original-Amber-Windows
|
||||
|
@ -131,7 +131,7 @@ jobs:
|
|||
name: Bibata-Original-Classic
|
||||
path: Bibata-Original-Classic.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Original-Classic-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Original-Classic` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Original-Classic-Windows
|
||||
|
@ -143,8 +143,14 @@ jobs:
|
|||
name: Bibata-Original-Ice
|
||||
path: Bibata-Original-Ice.tar.gz
|
||||
|
||||
- name: Uploading `Bibata-Original-Ice-Windows` Unix Theme artifact
|
||||
- name: Uploading `Bibata-Original-Ice` Windows Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Bibata-Original-Ice-Windows
|
||||
path: themes/Bibata-Original-Ice-Windows/*
|
||||
|
||||
- name: Uploading `Bibata` bitmaps artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: bitmaps
|
||||
path: bitmaps/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue