Complete source code
This commit is contained in:
parent
7d62586afe
commit
696222a6f3
2 changed files with 10 additions and 0 deletions
8
src/outputs/index.ts
Normal file
8
src/outputs/index.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { addPath } from '@actions/core'
|
||||
import { Inputs } from '../inputs'
|
||||
|
||||
export function setOutputs(inputs: Inputs) {
|
||||
addPath(inputs.binDest)
|
||||
}
|
||||
|
||||
export default setOutputs
|
||||
Loading…
Add table
Add a link
Reference in a new issue