降低不支持的编译版本
All checks were successful
Release / build (push) Successful in 14m45s
Release / release (push) Successful in 3m31s

This commit is contained in:
2025-11-04 16:05:00 +08:00
parent 6bbb25546b
commit a2fee18b43

View File

@@ -39,7 +39,7 @@ jobs:
run: gf build -ew -v "${{ github.ref_name }}" run: gf build -ew -v "${{ github.ref_name }}"
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3 # 降级为 v3兼容 Gitea
with: with:
name: uploads3-${{ github.ref_name }} name: uploads3-${{ github.ref_name }}
path: | path: |
@@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3 # 降级为 v3与上传版本匹配
with: with:
name: uploads3-${{ github.ref_name }} name: uploads3-${{ github.ref_name }}
path: bin path: bin
@@ -92,4 +92,4 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
files: | files: |
dist/* dist/*