mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
casks: Create new cask files on CI runs (again)
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
9da563c54a
commit
22e5b2e98f
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -196,11 +196,8 @@ jobs:
|
|||||||
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
||||||
./archive-fonts.sh "${{ matrix.font }}"
|
./archive-fonts.sh "${{ matrix.font }}"
|
||||||
|
|
||||||
- name: Generate cask
|
- name: Generate casks
|
||||||
# The casks are not used at the moment, but probably Ryan
|
|
||||||
# wanted to push them out somewhere
|
|
||||||
id: cask_generate
|
id: cask_generate
|
||||||
if: false
|
|
||||||
run: |
|
run: |
|
||||||
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
||||||
gen=$(./generate-casks.sh "${{ matrix.font }}")
|
gen=$(./generate-casks.sh "${{ matrix.font }}")
|
||||||
@ -227,7 +224,6 @@ jobs:
|
|||||||
LICENSE
|
LICENSE
|
||||||
|
|
||||||
- name: Upload casks as artifacts
|
- name: Upload casks as artifacts
|
||||||
if: false
|
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: casks
|
name: casks
|
||||||
|
Loading…
Reference in New Issue
Block a user