mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
Update action.yml
This commit is contained in:
parent
158ca71f7c
commit
bcf4504bb6
1 changed files with 12 additions and 13 deletions
25
action.yml
25
action.yml
|
@ -1,13 +1,12 @@
|
||||||
name: 'Download a Build Artifact'
|
build:
|
||||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
runs-on: ubuntu-latest
|
||||||
author: 'GitHub'
|
steps:
|
||||||
inputs:
|
- uses: actions/checkout@v2
|
||||||
name:
|
- name: npm install and build webpack
|
||||||
description: 'Artifact name'
|
run: |
|
||||||
required: false
|
npm install
|
||||||
path:
|
npm run build
|
||||||
description: 'Destination path'
|
- uses: actions/upload-artifact@main
|
||||||
required: false
|
with:
|
||||||
runs:
|
name: webpack artifacts
|
||||||
using: 'node12'
|
path: public/
|
||||||
main: 'dist/index.js'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue