Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat req] Git-generated artifact name #502

Open
ModischFabrications opened this issue Jan 18, 2024 · 1 comment
Open

[feat req] Git-generated artifact name #502

ModischFabrications opened this issue Jan 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ModischFabrications
Copy link

What would you like to be added?

I would like an option to generate unique names based on the git state instead of the generic name "artifact".

This is my current workaround (output define, extra step, variable expansion later): https://github.com/ModischFabrications/turn_indicator_pcb/actions/runs/6606497177/workflow#L28

which results in a string like "turn_indicator_pcb_master_6606497177_2023-10-23"

Why is this needed?

I want to archive the resulting artifacts, but the default implementation doesn't offer a simple way to give unique names.

@ModischFabrications ModischFabrications added the enhancement New feature or request label Jan 18, 2024
@Xottab-DUTY
Copy link

This could be easily solved with #349:
You generate the name with git and just upload the artifact as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants