Skip to content

Use correct task name to build project in release workflow #279

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

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Use correct task name to build project in release workflow #279

merged 1 commit into from
Oct 14, 2022

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Oct 14, 2022

The "Release" workflow (Go, Task, CGO) template was recently changed to use a job matrix to run builds for each target in parallel. The new design is intended to use a dedicated task for each target instead of the previous approach of executing a single dist:all task.

The task name was not updated at that time, which caused the workflow to fail:

task: Task "dist:all" not found

The task invocation is hereby updated to use the target-specific task names.

The "Release" workflow (Go, Task, CGO) template was recently changed to use a job matrix to run builds for each target
in parallel. The new design is intended to use a dedicated task for each target instead of the previous approach of
executing a single `dist:all` task.

The task name was not updated at that time, which caused the workflow to fail:

task: Task "dist:all" not found

The task invocation is hereby updated to use the target-specific task names.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Oct 14, 2022
@per1234 per1234 self-assigned this Oct 14, 2022
Copy link
Contributor

@MatteoPologruto MatteoPologruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Per!

@per1234 per1234 merged commit 3a7817a into arduino:main Oct 14, 2022
@per1234 per1234 deleted the release-task-name branch October 14, 2022 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants