Remove unused path

This commit is contained in:
Kevin Stillhammer 2024-08-24 00:28:50 +02:00
parent 07977d064c
commit e1b0f50f21
No known key found for this signature in database
2 changed files with 2 additions and 13 deletions

View file

@ -1,6 +1,5 @@
import * as core from '@actions/core'
import * as tc from '@actions/tool-cache'
import path from 'path'
import {OWNER, REPO, TOOL_CACHE_NAME} from '../utils/utils'
import {Architecture, Platform} from '../utils/platforms'
import {validateChecksum} from './checksum/checksum'