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

Fix release URL asset path in Haskell release action #2051

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Conversation

byorgey
Copy link
Member

@byorgey byorgey commented Jul 15, 2024

The create_release job worked fine. The build_artifact job, however, after downloading the release_url artifact, seemed to be looking for it in the wrong place --- it tried to access release_url/release_url.txt, but the corrsponding zip file contains only the file release_url.txt with no folder.

This PR fixes the job to look for the release_url.txt file in the correct (I hope) place.

Copy link
Member

@noahyor noahyor left a comment

Choose a reason for hiding this comment

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

Fingers crossed!

@byorgey byorgey added the merge me Trigger the merge process of the Pull request. label Jul 15, 2024
@mergify mergify bot merged commit c3ce3fe into main Jul 15, 2024
4 checks passed
@byorgey byorgey deleted the push-kpmykxmtspzu branch July 15, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process of the Pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants