gitea/routers/api/actions
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
..
ping Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner Reduce unnecessary DB queries for Actions tasks (#25199) 2023-07-24 06:11:27 +00:00
actions.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
artifacts.go Actions Artifacts support uploading multiple files and directories (#24874) 2023-07-21 10:42:01 +08:00
artifacts_chunks.go fix artifact merging chunks path with correct slash on Windows (#26400) 2023-08-08 17:21:48 +00:00
artifacts_utils.go Actions Artifacts support uploading multiple files and directories (#24874) 2023-07-21 10:42:01 +08:00