This repository has been archived on 2026-07-22 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
7ea2547d4d51e179bb6ed8e3f9be99c13d18c08c
upload-artifact
This uploads artifacts from your build.
Usage
See action.yml
Basic (upload current working directory):
actions:
- uses: actions/checkout@master
# Do stuff
- uses: actions/upload-artifact@master
with:
name: my-artifact
Upload specific directory:
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
Description
Archived immutable ChristopherHX/gitea-upload-artifact snapshot for Tau release diagnostics at 81f940d004763f986ba3582c007fd842dd5cb0d7.
https://github.com/ChristopherHX/gitea-upload-artifact
Languages
TypeScript
98.8%
JavaScript
1.2%