File tree 2 files changed +3
-4
lines changed
.github/actions/pkg-action
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ runs:
107
107
run : |
108
108
echo "::group::Setting outputs"
109
109
if [ "${{ steps.pkg-action-internal.outputs.target-os }}" == "win" ]; then
110
- echo "file=dist/$(node -p "require('./package.json').name") .exe" >> $GITHUB_OUTPUT
110
+ echo "file=dist/hackmd-cli .exe" >> $GITHUB_OUTPUT
111
111
else
112
- echo "file=dist/$(node -p "require('./package.json').name") " >> $GITHUB_OUTPUT
112
+ echo "file=dist/hackmd-cli " >> $GITHUB_OUTPUT
113
113
fi
114
114
115
115
echo "artifact-key=${{ github.event.repository.name }}-${{ steps.pkg-action-internal.outputs.target-node }}-${{ steps.pkg-action-internal.outputs.target-os }}-${{ steps.pkg-action-internal.outputs.target-arch }}-${{ github.sha }}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 80
80
},
81
81
"types" : " dist/index.d.ts" ,
82
82
"pkg" : {
83
- "scripts" : " ./lib/**/*.js" ,
84
- "outputPath" : " exec"
83
+ "scripts" : " ./lib/**/*.js"
85
84
}
86
85
}
You can’t perform that action at this time.
0 commit comments