1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +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,10 +19,10 @@ Modify your `build.zig.zon` like this:
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
},
.paths = .{
"",
},
}
},
.paths = .{
"",
},
}
```

View file

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

View file

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