-
Notifications
You must be signed in to change notification settings - Fork 969
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added?
From the README:
Uploading without an artifact name
You can upload an artifact without specifying a name
- uses: actions/upload-artifact@v3
with:
path: path/to/artifact/world.txt
If not provided, artifact will be used as the default name which will manifest itself in the UI after upload.
For many purposes it would be beneficial to use the name of the file (world.txt in the above example) instead of artifact
Why is this needed?
Examples are:
- Projects with a versioning system outside of git tags (e.g. manual versions, semver bots, etc)
- Projects with versions based on dates (e.g. Ghidra extensions)
- Projects with versions based on dependencies (e.g. modular systems which use format
<version>+<other_version>)
Xottab-DUTY, aSemy, PhantomGamers, tgross35, bowenyango and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request