There was an error while loading. Please reload this page.
1 parent dfab044 commit ecd0b9aCopy full SHA for ecd0b9a
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,6 @@ jobs:
25
env:
26
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
27
with:
28
- path: ${{ inputs.sdk_name }}
+ path: ${{ github.event.inputs.sdk_name }}
29
version: ${{ github.event.inputs.version }}
30
force: ${{ github.event.inputs.force }}
0 commit comments