Skip to content

Commit 2d2fda3

Browse files
committed
Update workflows 5
1 parent 4a245bd commit 2d2fda3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ jobs:
186186
pattern: release-arch-*
187187
merge-multiple: true
188188

189-
- run: ls -R artifacts
189+
- run: Compute Cheksums
190+
shell: bash
191+
run: |
192+
cd artifacts
193+
sha256sum * > SHA256SUMS
190194
191195
- name: Upload artifact
192196
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)