Add files via upload

This commit is contained in:
devlynnx
2023-07-05 01:48:39 -07:00
committed by GitHub
parent aa2e4a5af2
commit 1c3cca9db5
3 changed files with 31093 additions and 0 deletions

File diff suppressed because one or more lines are too long

16
action.yml.txt Normal file
View File

@@ -0,0 +1,16 @@
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
outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node16'
main: 'dist/index.js'

File diff suppressed because one or more lines are too long