Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Dec 16, 2024
1 parent 0979531 commit 57f761e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ outputs:

runs:
using: 'node20'
main: 'packages/action/dist/index.js'
main: 'dist/index.js'

branding:
icon: 'lock'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"build": "ncc build index.js -o dist"
"build": "ncc build index.js -o ../../dist"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down

0 comments on commit 57f761e

Please sign in to comment.