Merge pull request #14 from VenimK/patch-4

Update generator-windows.yml
This commit is contained in:
Bryan
2025-01-31 10:10:58 -06:00
committed by GitHub

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