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

Docker Artifact Name causes issues with Download Artifact Action #490

Closed
rplankenhorn opened this issue Nov 12, 2024 · 1 comment
Closed

Comments

@rplankenhorn
Copy link

A new feature in v4 of download-artifact is the ability to download all artifacts from a workflow run. The artifact name below causes issues when trying to download all the artifacts:

let dockerbuildFilename = `${GitHub.context.repo.owner}~${GitHub.context.repo.repo}~${refs[0].substring(0, 6).toUpperCase()}`;

I believe the issue is the ~ character and I propose that it be changed to a -.

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

No branches or pull requests

2 participants