Skip to content

Commit

Permalink
this is an hf toolchain so the directory is hf
Browse files Browse the repository at this point in the history
  • Loading branch information
mich181189 committed Nov 20, 2021
1 parent 55e2fc7 commit 4c48ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cp linux-config .config
chmod 777 . -R
su builder -c "ct-ng build"
cd /home/builder/x-tools/arm-none-eabi/
cd /home/builder/x-tools/arm-none-eabihf/
tar -cjf ${GITHUB_WORKSPACE}/toolchain-linux.tar.bz2 *
cd ${GITHUB_WORKSPACE}
gh release upload ${GITHUB_REF##*/} ${GITHUB_WORKSPACE}/toolchain-linux.tar.bz2
Expand All @@ -64,7 +64,7 @@ jobs:
cp windows-config .config
chmod 777 . -R
su builder -c "ct-ng build"
cd /home/builder/x-tools/HOST-x86_64-w64-mingw32/arm-none-eabi/
cd /home/builder/x-tools/HOST-x86_64-w64-mingw32/arm-none-eabihf/
zip -r ${GITHUB_WORKSPACE}/toolchain-windows.zip *
cd ${GITHUB_WORKSPACE}
gh release upload ${GITHUB_REF##*/} ${GITHUB_WORKSPACE}/toolchain-windows.zip

0 comments on commit 4c48ff0

Please sign in to comment.