Skip to content

Commit

Permalink
CI: fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux authored May 9, 2024
1 parent 306b0d4 commit d21990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Collect artifacts
run: |
mkdir upload
cp build/app/runtime/Zephyr-Runtime.exe upload
cp build/app/next/zephyr-next.exe upload
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d21990b

Please sign in to comment.