This commit is contained in:
lpf
2026-03-02 19:13:43 +08:00
parent d2f680debb
commit 06c9501be9
2 changed files with 24 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ jobs:
npm install --prefix webui
fi
npm run build --prefix webui
tar -czf build/clawgo-webui-dist-${{ github.sha }}.tar.gz -C webui dist
tar -czf build/webui.tar.gz -C webui dist
- name: Upload artifacts
uses: actions/upload-artifact@v4