Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhempel committed Jan 27, 2025
1 parent db1f300 commit e169822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/upload-artifact@main
with:
name: Test and Coverage Results
path: ${HOME}/work/unittest/artifacts/unittest/host/umm_malloc/*
path: ${PWD}/unittest/artifacts/unittest/host/umm_malloc

# cd unittest && cp src/umm_malloc/adaptabuild/* .
# cd unittest && make -f adaptabuild.mak MCU=host PRODUCT=unittest unittest
Expand Down

0 comments on commit e169822

Please sign in to comment.