Update generator-windows.yml

Invoke-Webrequest instead of wget
This commit is contained in:
VenimK
2025-01-30 08:10:56 +01:00
committed by GitHub
parent b605b0b9b3
commit ea904bf390

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