mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 10:45:34 +00:00
[ci] fix missing shasum.txt in github release
This commit is contained in:
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user