mirror of
https://github.com/softprops/action-gh-release
synced 2025-09-22 11:47:58 +00:00
fix: update import path for Config interface
This commit is contained in:
parent
1080adb44e
commit
c9fa1ee1e1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as glob from 'glob';
|
||||
import { statSync, readFileSync } from 'fs';
|
||||
|
||||
import { Config } from './interfaces/configInterface';
|
||||
import { Config } from './interfaces';
|
||||
|
||||
export const uploadUrl = (url: string): string => {
|
||||
const templateMarkerPos = url.indexOf('{');
|
||||
|
|
Loading…
Reference in a new issue