Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I apologize for the issues you're facing. It seems like there are two…
… problems: The file path pattern in the files parameter of softprops/action-gh-release@v1 is not matching the actual file. The variable interpolation ${TAG_NAME} doesn't work within single quotes. You should use double quotes for variable interpolation. The error "Resource not accessible by integration" typically occurs when the GitHub Token used by the workflow doesn't have sufficient permissions to create releases. Here's an updated workflow that should address these issues:
- Loading branch information