dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
113 stars 70 forks source link

Respect release_id #40

Closed umireon closed 2 years ago

umireon commented 2 years ago

Fixes #38 I noticed #38 right now sorry for being late.

umireon commented 2 years ago

I had misunderstood the spec of GitHub REST API and I have failed to translate the REST API invocation to the Octokit call.

umireon commented 2 years ago

The test cases are added and I confirmed that this PR will fix #38.