https://github.com/arenekosreal/upload-artifact
Wrapper of actions/upload-artifact with tar support
https://github.com/arenekosreal/upload-artifact
Last synced: about 2 months ago
JSON representation
Wrapper of actions/upload-artifact with tar support
- Host: GitHub
- URL: https://github.com/arenekosreal/upload-artifact
- Owner: arenekosreal
- License: wtfpl
- Created: 2025-07-03T02:03:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T00:59:19.000Z (about 2 months ago)
- Last Synced: 2025-08-12T02:39:53.099Z (about 2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Upload tarred artifacts on GitHub
For uploading file(s) which has forbidden char in filename.
This is a wrapper and basically a drop-in replacement of https://github.com/actions/upload-artifact.
Please check its README for inputs and outputs.