fix: 降级upload-artifact到v3以兼容Gitea
All checks were successful
Build / build (push) Successful in 6m33s

This commit is contained in:
lafay
2026-03-19 11:39:42 +08:00
parent 766eb9cda4
commit a04e5c2c50

View File

@@ -36,7 +36,7 @@ jobs:
run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" -o ${{ env.APP_NAME }}-windows-amd64.exe . run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" -o ${{ env.APP_NAME }}-windows-amd64.exe .
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: ${{ env.APP_NAME }} name: ${{ env.APP_NAME }}
path: | path: |