fix import

This commit is contained in:
Rob Herley 2024-01-22 15:52:35 -05:00
parent 8d531b15a6
commit 1f64adb853
No known key found for this signature in database
GPG Key ID: D1602042C3543B06

View File

@ -2,7 +2,7 @@ import * as core from '@actions/core'
import * as path from 'path'
import * as io from '@actions/io'
import {promises as fs} from 'fs'
import {findFilesToUpload} from '../src/search'
import {findFilesToUpload} from '../src/shared/search'
const root = path.join(__dirname, '_temp', 'search')
const searchItem1Path = path.join(