Skip to content

Commit eeb3113

Browse files
committed
test
1 parent de0d435 commit eeb3113

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

magefile.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,11 @@ func DownloadArtifact() error {
112112
return err
113113
}
114114

115-
version, err := getHttpWasmVersion()
116115
if err != nil {
117116
return err
118117
}
119118

120-
return downloadHTTPWasmArtifact(version, "./build")
119+
return downloadHTTPWasmArtifact("https://github.com/adamab48/coraza-http-wasm/releases/download/v0.0.2/coraza-http-wasm-v0.0.2.zip", "./build")
121120
}
122121

123122
func copy(src, dst string) error {

0 commit comments

Comments
 (0)