Gajus Kuizinas

Results 775 comments of Gajus Kuizinas

Related, I noticed that the log above says `zstd (without long)`: ``` Detected 'zstd (without long)' compression method from object metadata. /usr/bin/tar -x --use-compress-program zstd -d -P -f /tmp/tmp-24749-wDI5duRRX8V3 -C...

Looking into metadata stored in storage, I can see that `Cache-Action-Compression-Method: zstd (without long)`

Installing `zstd` took it a step further.

I think this time it is a permission issue. Whatever the issue, the real issue is that gcs-cache-action is not surfacing these errors.

I had it working for a while, but then it started failing with the same dump of script, and I have no clue how to debug it. @BasileNouvellet any chance...

I am not familiar with GitHub actions SDK, but it looks like all we are missing is some sort of try..catch here: https://github.com/MansaGroup/gcs-cache-action/blob/main/src/post.ts#L47

> I will take a look tomorrow to add some error checking, sorry about that! Thanks a lot for publishing this action. Saved a ton of time!

@IamBlueSlime Could you please publish this under 1.0.3 tag?

I cannot. Our CI agents are configured not to allow untagged actions. It has to have a version tag in semver form and a hash. I can try to replicate...

Closing as duplicate. Thanks for the update.