修正上传插件入口路径

This commit is contained in:
SongJun
2026-07-22 07:13:37 -04:00
parent ae0701a5b5
commit d24bbea131

View File

@@ -66,4 +66,4 @@ outputs:
SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
runs:
using: 'node20'
main: 'dist/upload/index.js'
main: 'dist/index.js'