Import actions/download-artifact @v3
Check dist/ / check-dist (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 0s
Licensed / Check licenses (push) Failing after 0s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Failing after 0s
Test / Build (windows-latest) (push) Has been cancelled

This commit is contained in:
fourbroad
2026-06-17 07:48:51 +08:00
commit 45c6427e38
49 changed files with 16806 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
path:
description: 'Destination path'
required: false
runs:
using: 'node16'
main: 'dist/index.js'