fix(release): avoid duplicate SHA256SUMS upload in GitHub release (#1277)

This commit is contained in:
Will Sarg 2026-02-21 12:25:53 -05:00 committed by GitHub
parent 5e453549e0
commit 15bd708ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,6 +373,5 @@ jobs:
generate_release_notes: true
files: |
artifacts/**/*
artifacts/SHA256SUMS
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}