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

Rework use of actions/upload-artifact #135

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

mmlb
Copy link
Contributor

@mmlb mmlb commented Jun 17, 2022

Description

Uses the correct path to the build files when passing them to upload-artifact so that the files are actually uploaded.

Why is this needed

Files weren't being uploaded.

How Has This Been Tested?

From my fork.

How are existing users impacted? What migration steps/scripts do we need?

They can fetch files built by official CI instead of being required to build locally.

The artificat ends up being named $name.zip the previous name
(hook-$commit.tar.gz.zip) was weird, now its just hook-$commit.zip.

Also use the correct paths to the per-arch boot files.

Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
@mmlb mmlb requested a review from ScottGarman June 17, 2022 20:28
@mmlb mmlb added the ready-to-merge Signal to Mergify to merge the PR. label Jun 17, 2022
@mergify mergify bot merged commit 29be915 into tinkerbell:main Jun 17, 2022
@mmlb mmlb deleted the upload-build-files branch June 17, 2022 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants