[ci] fix missing shasum.txt in github release

This commit is contained in:
Chris
2025-07-16 17:40:57 -06:00
parent 2fcc8c4ec8
commit 676cf46801

View File

@ -81,6 +81,14 @@ jobs:
with:
subject-checksums: artifacts/shasum.txt
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts-shasum
path: artifacts/shasum.txt
retention-days: 1
if-no-files-found: error
- name: Create job outputs
id: job-info
env: