Closed mikaeldui closed 2 years ago
When trying to cache the League Client
https://github.com/mikaeldui/setup-league-client/runs/4891140035?check_suite_focus=true#step:9:5
C:\Windows\System32\tar.exe --posix -z -cf cache.tgz -P -C D:/a/setup-league-client/setup-league-client --files-from manifest.txt tar.exe: Write error Warning: Tar failed with error: The process 'C:\Windows\System32\tar.exe' failed with exit code 1
Action
- uses: actions/cache@v2 with: path: | C:/Riot Games !C:/Riot Games/League of Legends/Game !C:/Riot Games/League of Legends/Plugins/rcp-be-lol-game-data
Caching only seems to make the workflow runs take more time.
When trying to cache the League Client
https://github.com/mikaeldui/setup-league-client/runs/4891140035?check_suite_focus=true#step:9:5
Action