chore: upgrade action-gh-release to v2 in build workflows

This commit is contained in:
CaIon
2025-10-05 17:19:52 +08:00
parent 65c430f6f0
commit d85f678982
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
CC=aarch64-linux-gnu-gcc CGO_ENABLED=1 GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -X 'one-api/common.Version=$VERSION' -extldflags '-static'" -o new-api-arm64-$VERSION
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |