Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release URL asset path in Haskell release action (#2051)
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.
- Loading branch information