1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-23 11:45:48 +00:00
gitea/routers
FuXiaoHei ad69f7175a
fix artifact merging chunks path with correct slash on Windows (#26400)
From Discord
https://discord.com/channels/322538954119184384/1069795723178160168/1136719889684500480

Artifact chunks merging is break on Windows.

```
Gitea Log:
2023/08/03 20:51:15 ...actions/artifacts.go:271:comfirmUploadArtifact() [E] Error merge chunks: parse content range error: input does not match format
```

Artifact uses wrong slash to parse saved chunks path.
2023-08-08 17:21:48 +00:00
..
api fix artifact merging chunks path with correct slash on Windows (#26400) 2023-08-08 17:21:48 +00:00
common Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
install Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
private Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web Refactor "editorconfig" (#26391) 2023-08-08 10:44:19 +00:00
init.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00