Skip to content

Commit 55a5ce6

Browse files
committed
Generate SHA-1 SUMS
1 parent 38eeb21 commit 55a5ce6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ jobs:
326326
run: |
327327
cp -a WhiskyWineVersion.plist Libraries/
328328
329+
- name: Build Checksum
330+
run: |
331+
find ./Libraries -type f -exec shasum "{}" + > SUMS.sha
332+
329333
- name: Upload config64.log
330334
if: failure()
331335
uses: actions/upload-artifact@v4
@@ -352,6 +356,13 @@ jobs:
352356
name: Libraries
353357
path: Libraries.tar.gz
354358

359+
- name: Upload SUMS
360+
if: success()
361+
uses: actions/upload-artifact@v4
362+
with:
363+
name: SUMS
364+
path: SUMS.sha
365+
355366
- name: Upload Libraries to WhiskyBucket
356367
env:
357368
RCLONE_CONFIG_R2_TYPE: s3
@@ -364,3 +375,4 @@ jobs:
364375
brew install rclone
365376
rclone copy Libraries.tar.gz r2:whisky-bucket/Wine
366377
rclone copy WhiskyWineVersion.plist r2:whisky-bucket/Wine
378+
rclone copy SUMS.sha r2:whisky-bucket/Wine

0 commit comments

Comments
 (0)