🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user