You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Chris Patterson ec188c28d2
Update README.md
6 years ago
LICENSE Create LICENSE 6 years ago
README.md Update README.md 6 years ago
action.yml Make path required 6 years ago

README.md

upload-artifact

This uploads artifacts from your workflow.

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master

- run: mkdir -p path/to/artifact

- run: echo hello > path/to/artifact/world.txt

- uses: actions/upload-artifact@master
  with:
    name: my-artifact
    path: path/to/artifact

License

The scripts and documentation in this project are released under the MIT License