mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-23 01:03:57 +08:00
v0.8.0
This commit is contained in:
parent
3b3f1ff398
commit
cbb243eff9
4 changed files with 4 additions and 4 deletions
|
@ -127,7 +127,7 @@ export class CacheService {
|
|||
key: string,
|
||||
archivePath: string
|
||||
): Promise<PromiseResult<S3.PutObjectOutput, AWSError>> {
|
||||
const data = fs.readFileSync(archivePath).toString("base64");
|
||||
const data = fs.readFileSync(archivePath);
|
||||
|
||||
return this._client
|
||||
.putObject({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue