fix imports

This commit is contained in:
Trym Lund Flogard
2021-06-02 16:20:16 +02:00
parent a87ab4cf3b
commit 1cb76bcfb4
4 changed files with 441 additions and 409 deletions

View File

@ -1,6 +1,6 @@
import * as fsSync from 'fs'
import * as path from 'path'
import core from '@actions/core';
import * as core from '@actions/core';
import * as os from 'os';
import { randomUUID } from 'crypto';
import * as archiver from 'archiver';