Skip to content

Commit cd28906

Browse files
Update upload-release.yml
1 parent 019892c commit cd28906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Download ZIP artifact
3434
uses: actions/download-artifact@v4
3535
with:
36-
github_token: ${{secrets.GITHUB_TOKEN}}
36+
github-token: ${{secrets.GITHUB_TOKEN}}
3737
# Required, workflow file name or ID
3838
workflow: ${{ github.event.inputs.workflow_name }}.yml
39-
run_id: ${{ github.event.inputs.workflow_id }}
39+
run-id: ${{ github.event.inputs.workflow_id }}
4040
name: aws-iot-device-sdk-embedded-C-${{ github.event.inputs.version_number }}.zip
4141
- name: Upload Release Asset
4242
id: upload-release-asset

0 commit comments

Comments
 (0)