mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
DEBUG: archive-fonts.sh
[why] Somehow the license file is missing from the release run. It is present if I run it on the local machine. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
b385918d99
commit
5e8b8c6ed5
20
.github/workflows/test.yml
vendored
Normal file
20
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# triggers a release or a release candidate based on the version defined in package.json
|
||||||
|
|
||||||
|
name: Archive JetBrains Mono
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
# The type of runner that the job will run on
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Archive font package zip files
|
||||||
|
run: |
|
||||||
|
cd -- "$GITHUB_WORKSPACE/bin/scripts"
|
||||||
|
./archive-fonts.sh JetBrainsMono
|
@ -5,7 +5,7 @@
|
|||||||
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
|
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
|
||||||
# adds Windows versions of the fonts as well (casks files just won't download them)
|
# adds Windows versions of the fonts as well (casks files just won't download them)
|
||||||
# used for debugging
|
# used for debugging
|
||||||
# set -x
|
set -x
|
||||||
# Example run with pattern matching:
|
# Example run with pattern matching:
|
||||||
# ./archive-fonts heavydata
|
# ./archive-fonts heavydata
|
||||||
# Example with same font names for different paths
|
# Example with same font names for different paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user