1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00

set correct path for merge action

This commit is contained in:
Rob Herley
2024-01-19 11:12:56 -05:00
parent 6c1d23ca18
commit dba6fa8064

View File

@@ -54,4 +54,4 @@ outputs:
Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
runs:
using: 'node20'
main: 'dist/merge/index.js'
main: '../dist/merge/index.js'