mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-06 16:01:45 -04:00
15a3f53c0adbef3a1a786ce5d6b99cef60c9b54d
upload-artifact
This uploads artifacts from your build.
Usage
See action.yml
Basic:
actions:
- 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
Languages
TypeScript
99.3%
JavaScript
0.7%