ci: make $PROFILE instead of make $PROFILE-compile

This commit is contained in:
Ivan Dyachkov 2023-08-04 09:58:20 +02:00
parent 75834c2d91
commit 6093f03cb9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
ENABLE_COVER_COMPILE: 1
run: |
make ensure-rebar3
make ${PROFILE}-compile
make ${PROFILE}
make test-compile
zip -ryq $PROFILE.zip .
- uses: actions/upload-artifact@v3