mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Fix artifact path
This commit is contained in:
parent
f992e9270d
commit
1cd3a08ee7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-release.yml
vendored
2
.github/workflows/auto-release.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
with:
|
||||
# This is dependent on the release script putting this zip file
|
||||
# in this exact location.
|
||||
artifact_path: ./tools/.github/scripts/FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
|
||||
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
|
||||
release_tag: ${{ github.event.inputs.version_number }}
|
||||
|
||||
- name: Cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue