|
|
@ -50,7 +50,6 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
export PATH=$(readlink -f ./gcc-*aarch64-none*/bin/):$PATH |
|
|
|
export PATH=$(readlink -f ./gcc-*aarch64-none*/bin/):$PATH |
|
|
|
cp ./kernels/* ./circle-stdlib/libs/circle/boot/ || true |
|
|
|
|
|
|
|
cd ./circle-stdlib/libs/circle/boot |
|
|
|
cd ./circle-stdlib/libs/circle/boot |
|
|
|
make |
|
|
|
make |
|
|
|
make armstub64 |
|
|
|
make armstub64 |
|
|
@ -61,6 +60,7 @@ jobs: |
|
|
|
rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux |
|
|
|
rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux |
|
|
|
cp ./src/*img sdcard/ |
|
|
|
cp ./src/*img sdcard/ |
|
|
|
cd sdcard |
|
|
|
cd sdcard |
|
|
|
|
|
|
|
cp ../../../../kernels/* ./circle-stdlib/libs/circle/boot/ || true |
|
|
|
zip -r ../MiniDexed_$(date +%Y-%m-%d).zip * |
|
|
|
zip -r ../MiniDexed_$(date +%Y-%m-%d).zip * |
|
|
|
- name: Upload to GitHub Releases (only when building from main branch) |
|
|
|
- name: Upload to GitHub Releases (only when building from main branch) |
|
|
|
if: ${{ github.ref == 'refs/heads/main' }} |
|
|
|
if: ${{ github.ref == 'refs/heads/main' }} |
|
|
|