Skip to content

Commit d6b4905

Browse files
authored
Merge pull request #14 from VenimK/patch-4
Update generator-windows.yml
2 parents 601e833 + ea904bf commit d6b4905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
continue-on-error: true
388388
if: fromJson(inputs.extras).removeNewVersionNotif == 'true'
389389
run: |
390-
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff
390+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff -Outfile removeNewVersionNotif.diff
391391
git apply removeNewVersionNotif.diff
392392
393393

0 commit comments

Comments
 (0)