gradle-build-action/src/post.ts
2020-06-14 19:04:18 +02:00

8 lines
174 B
TypeScript

import * as cacheWrapper from './cache-wrapper'
// Invoked by GitHub Actions
export async function run(): Promise<void> {
await cacheWrapper.cacheWrapperDist()
}
run()