pollenjp
c897c56b99
invert to a guard clause
...
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2024-11-30 09:38:56 +09:00
pollenJP(@'ω'@)
d20494ac36
Update src/download/download-latest.ts
...
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2024-11-30 09:27:48 +09:00
pollenJP(@'ω'@)
170dfd48ce
Fix error message
...
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2024-11-30 09:23:12 +09:00
pollenjp
8c90a15bfd
enable latest cache by calling getLatestReleaseVersion
2024-11-30 01:06:56 +09:00
Kevin Stillhammer
2e657c127d
Avoid leftover files by using temp dir ( #150 )
...
Fixes : #149
2024-11-06 12:52:46 +01:00
Kevin Stillhammer
6f467a02b3
add archive extension to downloaded assets ( #148 )
...
Fixes missing .zip extensions
which breaks on old PowerShell versions
Fixes : #147
2024-11-05 21:21:57 +01:00
Yoshihisa Mochihara
f731690a1d
Fix cache linebreak in linux runner ( #118 )
...
Related https://github.com/astral-sh/setup-uv/issues/106
We can see the differences `uv --version` in different platforms:
OSX: uv 0.4.20 (0e1b25a53 2024-10-08)\n
Linux: uv 0.4.20\n
In getVersion function we split the output by space and return the
second part.
This PR trims the version number to remove the line break.
2024-10-12 08:59:22 +02:00
Charlie Marsh
c11f8674f8
Migrate to Biome for linting and formatting ( #107 )
2024-09-30 08:55:24 +02:00
Kevin Stillhammer
b463f5b8ca
rename utils/utils.ts to constants.ts ( #59 )
2024-09-07 12:13:50 +00:00
Charlie Marsh
182c9c7e92
Change Prettier settings ( #36 )
...
## Summary
I know this is a little tedious but I'd prefer to use the same settings
as in Ruff.
2024-09-05 08:06:45 -04:00
Kevin Stillhammer
3e3aecd6b6
On windows extracting the zip does not create an intermediate directory
2024-08-24 09:20:02 +02:00
Kevin Stillhammer
5654f20383
Extract correct dir for latest
2024-08-24 09:01:13 +02:00
Kevin Stillhammer
fd3ca5dc10
Cache correct dir
2024-08-24 00:45:44 +02:00
Kevin Stillhammer
eb355a21cb
more debug logs
2024-08-24 00:40:34 +02:00
Kevin Stillhammer
07977d064c
Automatically create download dir
2024-08-24 00:27:50 +02:00
Kevin Stillhammer
67efd41074
Cache in tool cache
2024-08-24 00:14:50 +02:00
Kevin Stillhammer
18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00