mirror of https://github.com/OpenIPC/firmware.git
workflow: update build.yml
parent
9a5f02b645
commit
48d3be24da
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue