From 74d7240a9bcac1c695f23d55a7eb79940ca3233a Mon Sep 17 00:00:00 2001 From: Chream Date: Sun, 30 Aug 2026 16:35:30 +0800 Subject: [PATCH] fix: create star history output directory --- .github/workflows/star-history.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml index 36452a5..00161b7 100644 --- a/.github/workflows/star-history.yml +++ b/.github/workflows/star-history.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + - name: Create chart output directory + run: mkdir -p assets - name: Generate star history uses: xpzouying/star-history@v1 with: