Ash258 / Scoop-GithubActions

Deprecated. Use https://github.com/shovel-org/GithubActions
MIT License
25 stars 18 forks source link

`dl_with_cache` is not striping `#/.*` #48

Closed Ash258 closed 5 years ago

Ash258 commented 5 years ago

For some reason when url contains rewrite (#/dl.7z) it will result as broken URL.

Broken, which should be OK https://github.com/Ash258/GithubActionsBucketForTesting/issues/164

When there is no rewrite it is OK. https://github.com/Ash258/GithubActionsBucketForTesting/issues/162

Ash258 commented 5 years ago

Fixed in 825ff07cfcde6a44c802ff540827cb24657922e0

After fix: Ash258/GithubActionsBucketForTesting#167 Before fix: Ash258/GithubActionsBucketForTesting#168