blob: 1bc878a4a809ddaf840a75ff5a305cad29102ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: Publish artifacts
description: Publishes artifacts after CI process
inputs:
target:
description: target triples for built artifact
profile:
description: '''debug'' or ''release'''
os:
description: '''darwin'', ''windows'', or ''linux'''
arch:
description: '''x86_64'' or ''aarch64'''
runs:
using: node20
main: dist/index.js
|