diff --git a/action.yml b/action.yml index bdcd3c1..e670648 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ runs: shell: bash - run: mkdir ${{ github.workspace }}/logseq/fonts shell: bash - - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/fonts/ + - run: cp ${{ github.workspace }}/logseq-tenset-theme/build/*.ttf ${{ github.workspace }}/www/static/css/ shell: bash \ No newline at end of file