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

chore: Upload snapshots to s3 #2321

Merged
merged 12 commits into from
Jul 24, 2024
Merged

chore: Upload snapshots to s3 #2321

merged 12 commits into from
Jul 24, 2024

Conversation

nahsi
Copy link
Contributor

@nahsi nahsi commented Jul 23, 2024

No description provided.

@nahsi nahsi added the e2e Run e2e workflow label Jul 23, 2024
Copy link

linear bot commented Jul 23, 2024

@nahsi nahsi requested a review from folex July 24, 2024 10:33
.github/workflows/build.yml Outdated Show resolved Hide resolved
- name: Rename nox binary
run: |
mkdir s3
cp target/${{ matrix.target }}/${{ steps.profile.outputs.profile }}/nox s3/nox-${{ matrix.arch }}
Copy link
Member

@folex folex Jul 24, 2024

Choose a reason for hiding this comment

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

Suggested change
cp target/${{ matrix.target }}/${{ steps.profile.outputs.profile }}/nox s3/nox-${{ matrix.arch }}
cp "target/${{ matrix.target }}/${{ steps.profile.outputs.profile }}/nox" "s3/nox-${{ matrix.arch }}"

maybe? and in the next step, too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No need really cause no bash spaces or bash variables there

nahsi and others added 2 commits July 24, 2024 14:31
@folex
Copy link
Member

folex commented Jul 24, 2024

Will it print links into the Summary tab?

@nahsi
Copy link
Contributor Author

nahsi commented Jul 24, 2024

Will it print links into the Summary tab?

Summary already has artifacts uploaded directly

@nahsi nahsi merged commit 32ebeee into master Jul 24, 2024
13 of 14 checks passed
@nahsi nahsi deleted the FLU-688 branch July 24, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants