magisteriis / setup-league-client

A GitHub Action for setting up the League of Legends client (a.k.a. LCU).
https://github.com/marketplace/actions/setup-league-client
The Unlicense
19 stars 2 forks source link

Tar failed with error: The process 'C:\Windows\System32\tar.exe' failed with exit code 1 #11

Closed mikaeldui closed 2 years ago

mikaeldui commented 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
mikaeldui commented 2 years ago

Caching only seems to make the workflow runs take more time.