1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

Update announceybot templates

This commit is contained in:
Rene Schallner 2024-04-22 10:56:34 +02:00
parent 382f3e57c8
commit 81cdd6107b
3 changed files with 12 additions and 12 deletions

View file

@ -19,11 +19,11 @@ Modify your `build.zig.zon` like this:
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
},
},
.paths = .{
"",
},
}
}
```

View file

@ -11,9 +11,9 @@
.url = "https://github.com/zigzap/zap/archive/{tag}.tar.gz",
.hash = "{hash}",
},
},
.paths = .{
"",
},
}
}
```

View file

@ -29,11 +29,11 @@ Here is a complete `build.zig.zon` example:
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
},
},
.paths = .{
"",
},
}
}
```