diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 238a09a..8d37a83 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -26,13 +26,14 @@ jobs: run: rm -rf node_modules && yarn install --production=true - name: Publish artifacts uses: actions/upload-artifact@v7 - path: | - dist - index.html - node_modules - package.json - public - src - tsconfig.json - vite.config.json - yarn.lock \ No newline at end of file + with: + path: | + dist + index.html + node_modules + package.json + public + src + tsconfig.json + vite.config.json + yarn.lock \ No newline at end of file