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"
|
||||
./archive-fonts.sh "${{ matrix.font }}"
|
||||
|
||||
- name: Generate cask
|
||||
# The casks are not used at the moment, but probably Ryan
|
||||
# wanted to push them out somewhere
|
||||
- name: Generate casks
|
||||
id: cask_generate
|
||||
if: false
|
||||
run: |
|
||||
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
||||
gen=$(./generate-casks.sh "${{ matrix.font }}")
|
||||
@ -227,7 +224,6 @@ jobs:
|
||||
LICENSE
|
||||
|
||||
- name: Upload casks as artifacts
|
||||
if: false
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: casks
|
||||
|
Loading…
Reference in New Issue
Block a user