Deploy version 3.0.0

This commit is contained in:
Gitea Actions
2025-06-16 09:25:44 +00:00
parent 4f061d73ca
commit 7dc18cea2c
3 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
name: "MinIO Cache"
description: "Save and restore caches"
description: "Save and restore caches via MinIO/S3."
author: "0xMax42"
branding:
icon: "archive"
@@ -12,16 +12,15 @@ inputs:
paths:
description: "List of paths to cache"
required: true
compression-level:
compression_level:
description: "Compression level for the cache. ZStd, eg. 0-6"
required: false
default: "0"
outputs:
cache-hit:
description: "Boolean indicating if an exact match was found for the cache key"
default: "3"
runs:
using: "node20"
main: "dist/index.js"
post: "dist/index.js"
using: "composite"
steps:
- name: "Run Action"
shell: "bash"
run: |
./dist/run-amd64

0
dist/.gitkeep vendored Normal file
View File

BIN
dist/run-amd64 vendored Executable file

Binary file not shown.