From 82e10fe1f0d143ec32ffcbc8d4ed5b3379059f06 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 14:31:20 +0200 Subject: [PATCH] fixed font format --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7ef16cb..99d06e6 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ runs: shell: bash - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/tenset-theme.css ${{ github.workspace }}/logseq/custom.css shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.tff ${{ github.workspace }}/logseq/ + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/ shell: bash \ No newline at end of file