Files
download-artifact/src/constants.ts
T
fourbroad 45c6427e38
Check dist/ / check-dist (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 0s
Licensed / Check licenses (push) Failing after 0s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Failing after 0s
Test / Build (windows-latest) (push) Has been cancelled
Import actions/download-artifact @v3
2026-06-17 07:48:51 +08:00

8 lines
113 B
TypeScript

export enum Inputs {
Name = 'name',
Path = 'path'
}
export enum Outputs {
DownloadPath = 'download-path'
}