fix: 降级upload-artifact到v3以兼容Gitea
All checks were successful
Build / build (push) Successful in 6m33s
All checks were successful
Build / build (push) Successful in 6m33s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 .
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ env.APP_NAME }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user