Update generator-windows.yml #14

Merged
VenimK merged 1 commits from patch-4 into master 2025-02-01 00:10:58 +08:00

View File

@@ -387,7 +387,7 @@ jobs:
continue-on-error: true
if: fromJson(inputs.extras).removeNewVersionNotif == 'true'
run: |
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff -Outfile removeNewVersionNotif.diff
git apply removeNewVersionNotif.diff