Skip to content

Commit

Permalink
Rollback debugging after fixing version and open up to try patching a…
Browse files Browse the repository at this point in the history
…ll fonts
  • Loading branch information
ryanoasis committed Nov 21, 2021
1 parent fc8a4fb commit e90d082
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,23 @@ jobs:
cd -- "$GITHUB_WORKSPACE/bin/scripts"
./version-bump.sh "$RELEASE_TAG_VERSION"
./standardize-and-complete-readmes.sh
head -10 ../../font-patcher
- name: Patch all the fonts (just ShareTechMono for now)
- name: Patch all the fonts
# let's test just on font family for now to prove it out
# once proven we'll remove the font name and the hardcoded release and use the "release" script
run: |
cd -- "$GITHUB_WORKSPACE/bin/scripts"
head -10 ../../font-patcher
fontforge --script ../../font-patcher --version
./gotta-patch-em-all-font-patcher\!.sh "ShareTechMono"
./gotta-patch-em-all-font-patcher\!.sh
- name: Generate fontconfig and casks
run: |
cd -- "$GITHUB_WORKSPACE/bin/scripts"
head -10 ../../font-patcher
./generate-fontconfig.sh
./generate-casks.sh
- name: Archive font package zip files and upload for release (just ShareTechMono for now)
- name: Archive font package zip files and upload for release
run: |
cd -- "$GITHUB_WORKSPACE/bin/scripts"
./archive-fonts.sh "ShareTechMono"
./archive-fonts.sh
GITHUB_TOKEN=$GITHUB_TOKEN ./upload-archives.sh $RELEASE_TAG_VERSION

0 comments on commit e90d082

Please sign in to comment.