Skip to content

Commit ef44728

Browse files
committed
fix: release url
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 191c51c commit ef44728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
shell: pwsh
300300
run: |
301301
$crsVersion = "4.23.0"
302-
$crsUrl = "https://github.com/coreruleset/coreruleset/releases/download/v$crsVersion/coreruleset-$crsVersion.tar.gz"
302+
$crsUrl = "https://github.com/coreruleset/coreruleset/archive/refs/tags/v$crsVersion.tar.gz"
303303
$crsDir = 'C:\Program Files\ModSecurity IIS\coreruleset'
304304
$modSecurityConfigDir = 'C:\Program Files\ModSecurity IIS'
305305

0 commit comments

Comments
 (0)