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
Bryan MacFarlane 238f4bdf55
actions to steps
6 years ago
LICENSE Create LICENSE 6 years ago
README.md actions to steps 6 years ago
action.yml Make path required 6 years ago

README.md

upload-artifact

This uploads artifacts from your build.

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