mirror of
https://code.forgejo.org/actions/upload-artifact
synced 2024-11-24 19:20:39 +00:00
4 lines
115 B
Text
4 lines
115 B
Text
- uses: actions/upload-artifact@v3
|
|
with:
|
|
name: my-artifact
|
|
path: path/to/artifact/ # or path/to/artifact
|