From 244a7fa1a75d5948e788fc39a96ed279b0122307 Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 22 Jan 2026 15:48:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(cd):=20=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83?= =?UTF-8?q?actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/theme-cd.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/theme-cd.yaml b/.github/workflows/theme-cd.yaml index e3cd0d2..dd6e5db 100644 --- a/.github/workflows/theme-cd.yaml +++ b/.github/workflows/theme-cd.yaml @@ -44,6 +44,7 @@ jobs: name: theme-package path: dist - name: Upload Release Assets - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ github.event.release.tag_name }} dist/* \ No newline at end of file + uses: akkuman/gitea-release-action@v1 + with: + files: |- + dist/** \ No newline at end of file