1
0
mirror of https://gitea.com/actions/gitea-release-action.git synced 2026-02-02 11:07:12 +08:00

fix: add dep glob

This commit is contained in:
Akkuman
2023-12-02 12:59:46 +08:00
parent 46b878ae8d
commit e5dc3bb694
4 changed files with 8333 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
import fs from "fs";
import { Blob } from "buffer";
import * as glob from "glob";
import core from "@actions/core";