Skip to content

Commit 6821529

Browse files
committed
2.0.0 Runner changes
1 parent 97d1dc2 commit 6821529

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
325325
- name: Copy Version .plist
326326
run: |
327-
cp -a GPTKVersion.plist Libraries/
327+
cp -a WhiskyWineVersion.plist Libraries/
328328
329329
- name: Upload config64.log
330330
if: failure()
@@ -362,6 +362,5 @@ jobs:
362362
RCLONE_CONFIG_R2_ENDPOINT: ${{ secrets.RCLONE_ENDPOINT }}
363363
run: |
364364
brew install rclone
365-
zip Libraries.zip Libraries.tar.gz
366-
rclone copy Libraries.zip r2:whisky-bucket/Wine
367-
rclone copy GPTKVersion.plist r2:whisky-bucket/Wine
365+
rclone copy Libraries.tar.gz r2:whisky-bucket/Wine
366+
rclone copy WhiskyWineVersion.plist r2:whisky-bucket/Wine
File renamed without changes.

0 commit comments

Comments
 (0)