feat: upload BreezeX-Black artifacts in build GitHub Action
This commit is contained in:
@@ -57,6 +57,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar -cvzf BreezeX-Dark.tar.gz themes/BreezeX-Dark
|
tar -cvzf BreezeX-Dark.tar.gz themes/BreezeX-Dark
|
||||||
tar -cvzf BreezeX-Light.tar.gz themes/BreezeX-Light
|
tar -cvzf BreezeX-Light.tar.gz themes/BreezeX-Light
|
||||||
|
tar -cvzf BreezeX-Black.tar.gz themes/BreezeX-Black
|
||||||
|
|
||||||
- name: Uploading `bitmaps` artifact
|
- name: Uploading `bitmaps` artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@@ -76,6 +77,12 @@ jobs:
|
|||||||
name: BreezeX-Light
|
name: BreezeX-Light
|
||||||
path: BreezeX-Light.tar.gz
|
path: BreezeX-Light.tar.gz
|
||||||
|
|
||||||
|
- name: Uploading `BreezeX-Black` UNIX Theme artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: BreezeX-Black
|
||||||
|
path: BreezeX-Black.tar.gz
|
||||||
|
|
||||||
- name: Uploading `BreezeX-Dark` Windows Theme artifact
|
- name: Uploading `BreezeX-Dark` Windows Theme artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@@ -87,3 +94,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: BreezeX-Light-Windows
|
name: BreezeX-Light-Windows
|
||||||
path: themes/BreezeX-Light-Windows/*
|
path: themes/BreezeX-Light-Windows/*
|
||||||
|
|
||||||
|
- name: Uploading `BreezeX-Black` Windows Theme artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: BreezeX-Black-Windows
|
||||||
|
path: themes/BreezeX-Black-Windows/*
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- `Makefile` command with `THEME_PREFIX` variable
|
- `Makefile` command with `THEME_PREFIX` variable
|
||||||
- distributed pling products docs inside `pling` directory
|
- distributed pling products docs inside `pling` directory
|
||||||
- `prepare` command added inside `Makefile`
|
- `prepare` command added inside `Makefile`
|
||||||
|
- upload `BreezeX-Black` artifacts in `build` GitHub Action
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user