Skip to content

Commit

Permalink
Update .github\workflows\CI.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Oct 9, 2024
1 parent 0043d7f commit 15ea92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: msbuild /m BuildAllTargets.proj
- name: Prepare artifacts
run: rm Output\* -vb -Recurse -Force -Include *.exp, *.idb, *.ilk, *.iobj, *.ipdb, *.lastbuildstate, *.lib, *.obj, *.res, *.tlog
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: LVGL_CI_Build
path: Output

0 comments on commit 15ea92a

Please sign in to comment.