Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice committed May 2, 2024
1 parent bc18494 commit d112643
Show file tree
Hide file tree
Showing 6 changed files with 4,204 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: ./
with:
targets: 'x86_64-apple-darwin,aarch64-apple-darwin'
srcDir: "./test-dir/"
srcDir: './test-dir/'
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ inputs:
required: true
default: ''
srcDir:
description: 'The folder containing the "target" directory. AKA your source folder.'
description:
'The folder containing the "target" directory. AKA your source folder.'
required: false
default: "./"
default: './'
runs:
using: node20
main: dist/index.js
Loading

0 comments on commit d112643

Please sign in to comment.