InfiniTimeOrg / InfiniTimeOrg/InfiniTime
Incorrect name of infinitisim-${{REF_NAME}} artifact
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Verification
- I searched for similar bug reports (including closed issues) and found none was relevant.
What happened?
Produced artifact name is just "infinitisim-", the REF_NAME variable seems to be empty
What should happen instead?
No response
Reproduction steps
The code suggest, that name of artifact should contain REF_NAME, but the variable is empty.
Just take a look on artifacts.
More details?
No response
Version
main branch
Companion app
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at .github/workflows/main.yml around line 113 and inspect how REF_NAME is used in the artifact name. Compare the workflow's available ref context with the produced artifacts shown in the issue. Done means the generated artifact name includes the intended reference name instead of ending after "infinitisim-".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100