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

Installation script broken, CI is not uploading artifacts for MacOS x86_64 job #68

Closed
marcospb19 opened this issue Oct 6, 2021 · 3 comments

Comments

@marcospb19
Copy link
Member

marcospb19 commented Oct 6, 2021

When checking the CI for specific commit (click on the ✔️ and then details):
image

The MacOS artifact is not there:
image

Even if it succeeded.

@marcospb19
Copy link
Member Author

The CI settings:

- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: 'ouch-x86_64-apple-darwin'
path: target/release/ouch

So, "upload-artifact" is there, what am I missing?

@vrmiguel
Copy link
Member

vrmiguel commented Oct 6, 2021

image

upload-artifact is trying to upload the wrong path

@vrmiguel
Copy link
Member

vrmiguel commented Oct 6, 2021

Closed by #69

@vrmiguel vrmiguel closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants