mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-09 00:46:11 +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 * as glob from 'glob';
|
||||||
import { statSync, readFileSync } from 'fs';
|
import { statSync, readFileSync } from 'fs';
|
||||||
|
|
||||||
import { Config } from './interfaces/configInterface';
|
import { Config } from './interfaces';
|
||||||
|
|
||||||
export const uploadUrl = (url: string): string => {
|
export const uploadUrl = (url: string): string => {
|
||||||
const templateMarkerPos = url.indexOf('{');
|
const templateMarkerPos = url.indexOf('{');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue