diff --git a/action.yml b/action.yml index 99d06e6..08bdad2 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,7 @@ 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/*.ttf ${{ github.workspace }}/logseq/ + - run: mkdir ${{ github.workspace }}/logseq/fonts + shell: bash + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/logseq/fonts shell: bash \ No newline at end of file