Commit 55a5ce6 1 parent 38eeb21 commit 55a5ce6 Copy full SHA for 55a5ce6
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,10 @@ jobs:
326
326
run : |
327
327
cp -a WhiskyWineVersion.plist Libraries/
328
328
329
+ - name : Build Checksum
330
+ run : |
331
+ find ./Libraries -type f -exec shasum "{}" + > SUMS.sha
332
+
329
333
- name : Upload config64.log
330
334
if : failure()
331
335
uses : actions/upload-artifact@v4
@@ -352,6 +356,13 @@ jobs:
352
356
name : Libraries
353
357
path : Libraries.tar.gz
354
358
359
+ - name : Upload SUMS
360
+ if : success()
361
+ uses : actions/upload-artifact@v4
362
+ with :
363
+ name : SUMS
364
+ path : SUMS.sha
365
+
355
366
- name : Upload Libraries to WhiskyBucket
356
367
env :
357
368
RCLONE_CONFIG_R2_TYPE : s3
@@ -364,3 +375,4 @@ jobs:
364
375
brew install rclone
365
376
rclone copy Libraries.tar.gz r2:whisky-bucket/Wine
366
377
rclone copy WhiskyWineVersion.plist r2:whisky-bucket/Wine
378
+ rclone copy SUMS.sha r2:whisky-bucket/Wine
You can’t perform that action at this time.
0 commit comments