Skip to content
Verified Commit 717151db authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

refactor: change `symlinks` to `links`

On Windows `ctx.symlink` actually creates hardlinks.

BREAKING CHANGE: `symlinks` in the rule is now `links`

```diff
 download_archive(
-    symlinks = {
+    links = {
         "abc.txt": "def.txt",
     }
 )
```
parent 5ac42bca
Loading
Loading
Loading
Pipeline #6095 passed with stages
in 1 minute