Update action.yml

This commit is contained in:
Jonas Kruckenberg 2022-05-09 12:31:03 +02:00
parent 5506e038a2
commit c130bb5fda
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D

View File

@ -17,10 +17,10 @@ inputs:
description: 'The target triple to build against' description: 'The target triple to build against'
debug: debug:
description: 'Builds with the debug flag' description: 'Builds with the debug flag'
default: 'false' default: false
outputs: outputs:
artifacts: artifacts:
description: '' description: 'JSON array of artifact paths produced by the build command'
runs: runs:
using: 'node16' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'