🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s

This commit is contained in:
2026-04-06 16:56:11 +02:00
parent a5f652fa64
commit 89f17cba7d
34 changed files with 81 additions and 16 deletions

View File

@@ -82,12 +82,14 @@ jobs:
- name: Build binaries
run: ./scripts/build.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: bin/
retention-days: 1
# NOTE: Artifact upload disabled - actions/upload-artifact@v4 not available on Gitea
# TODO: Replace with Gitea-specific upload action when available
# - name: Upload Swagger documentation
# uses: actions/upload-artifact@v4
# with:
# name: swagger-docs
# path: pkg/server/docs/swagger.json
# retention-days: 1
# Version management and Docker build (main branch only)
- name: Version management and Docker build