blob: c3679af5dadff66a42db20f9d3ac692bc3e34b8f (
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
|