workflow: update build.yml

pull/1689/head
viktorxda 2025-01-27 15:48:18 +01:00
parent 9a5f02b645
commit 48d3be24da
1 changed files with 4 additions and 4 deletions

View File

@ -183,14 +183,14 @@ jobs:
mkdir -p /tmp/ccache
ln -s /tmp/ccache ${HOME}/.ccache
PLATFORM=${{matrix.platform}}
RELEASE=$(echo ${PLATFORM} | cut -d_ -f2)
make BOARD=${PLATFORM}
make BOARD=${{matrix.platform}}
TIME=$(date -d @${SECONDS} +%M:%S)
echo TIME=${TIME} >> ${GITHUB_ENV}
PLATFORM=$(echo ${{matrix.platform}} | cut -d_ -f1)
RELEASE=$(echo ${{matrix.platform}} | cut -d_ -f2)
NORFW=${GITHUB_WORKSPACE}/output/images/openipc.${PLATFORM}-nor-${RELEASE}.tgz
if [ -e ${NORFW} ]; then
echo NORFW=${NORFW} >> ${GITHUB_ENV}