properly resolve relative symlinks

This commit is contained in:
Rob Herley
2024-10-08 12:35:48 -04:00
parent c18a7d2f73
commit 545e0e6b95
5 changed files with 83 additions and 22 deletions

View File

@@ -1,5 +1,9 @@
# @actions/artifact Releases
### 2.1.11
- Fixed a bug with relative symlinks resolution [#????](https://github.com/actions/toolkit/pull/????)
### 2.1.10
- Fixed a regression with symlinks not being automatically resolved [#1830](https://github.com/actions/toolkit/pull/1830)