mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -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:
|
with:
|
||||||
# This is dependent on the release script putting this zip file
|
# This is dependent on the release script putting this zip file
|
||||||
# in this exact location.
|
# 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 }}
|
release_tag: ${{ github.event.inputs.version_number }}
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue