GitHub Action
Upload a Build Artifact As-Is
v0
Latest version
Inspired by actions/upload-artifact. The credit goes there. 🏅
This GitHub Action uploads build artifacts, but unlike the original actions/upload-artifact GitHub Action, this one does not require the desired artifact name
, but uses the original name of the files for the uploads. No artifact name customization is possible.
Required A file, directory or wildcard pattern that describes what to upload.
- uses: kittaakos/upload-artifact-as-is@v1
with:
path: path/to/artifactDir/ # or path/to/artifactDir or path/to/artifactFile or path/to/**/wildcard/*