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 48a4939 commit f5e6151Copy full SHA for f5e6151
.github/workflows/auto-release.yml
@@ -124,7 +124,7 @@ jobs:
124
with:
125
# This is dependent on the release script putting this zip file
126
# in this exact location.
127
- artifact_path: ./tools/.github/scripts/FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
+ artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
128
release_tag: ${{ github.event.inputs.version_number }}
129
130
- name: Cleanup
0 commit comments