We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d1dc2 commit 6821529Copy full SHA for 6821529
.github/workflows/build.yml
@@ -324,7 +324,7 @@ jobs:
324
325
- name: Copy Version .plist
326
run: |
327
- cp -a GPTKVersion.plist Libraries/
+ cp -a WhiskyWineVersion.plist Libraries/
328
329
- name: Upload config64.log
330
if: failure()
@@ -362,6 +362,5 @@ jobs:
362
RCLONE_CONFIG_R2_ENDPOINT: ${{ secrets.RCLONE_ENDPOINT }}
363
364
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
+ rclone copy Libraries.tar.gz r2:whisky-bucket/Wine
+ rclone copy WhiskyWineVersion.plist r2:whisky-bucket/Wine
GPTKVersion.plist WhiskyWineVersion.plist
0 commit comments