We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019892c commit cd28906Copy full SHA for cd28906
.github/workflows/upload-release.yml
@@ -33,10 +33,10 @@ jobs:
33
- name: Download ZIP artifact
34
uses: actions/download-artifact@v4
35
with:
36
- github_token: ${{secrets.GITHUB_TOKEN}}
+ github-token: ${{secrets.GITHUB_TOKEN}}
37
# Required, workflow file name or ID
38
workflow: ${{ github.event.inputs.workflow_name }}.yml
39
- run_id: ${{ github.event.inputs.workflow_id }}
+ run-id: ${{ github.event.inputs.workflow_id }}
40
name: aws-iot-device-sdk-embedded-C-${{ github.event.inputs.version_number }}.zip
41
- name: Upload Release Asset
42
id: upload-release-asset
0 commit comments