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

Replace ls | cut with basename -a #113

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Replace ls | cut with basename -a #113

merged 1 commit into from
Jul 12, 2023

Conversation

kenodegard
Copy link
Contributor

Description

The windows runs of the canary-release workflow keeps getting the following error:

Uploaded the following files:
/usr/bin/cut: -: Broken pipe
Error: Process completed with exit code 1.

No idea why since this worked previously 🤷🏼‍♂️. This is an attempt to fix the issue by using standard GNU basename features. See https://superuser.com/a/1178917 for more.

@kenodegard kenodegard requested a review from jezdez July 12, 2023 03:23
@kenodegard kenodegard self-assigned this Jul 12, 2023
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jul 12, 2023
@jezdez jezdez merged commit cbd0bef into main Jul 12, 2023
2 checks passed
@jezdez jezdez deleted the basename-a branch July 12, 2023 20:47
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Jul 12, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed [bot] added once the contributor has signed the CLA locked [bot] locked due to inactivity
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants