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'
debug:
description: 'Builds with the debug flag'
default: 'false'
default: false
outputs:
artifacts:
description: ''
description: 'JSON array of artifact paths produced by the build command'
runs:
using: 'node16'
main: 'dist/index.js'