From 9e51b08bfe32246d7d908b57047e1192916299b1 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 21 Feb 2022 20:33:40 +0100 Subject: [PATCH] cp ../kernels/* . || true https://github.com/probonopd/MiniDexed/issues/23 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4464444..6e4531a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux cp ./src/*img sdcard/ cd sdcard - cp ../kernels/* ./circle-stdlib/libs/circle/boot/ || true + cp ../kernels/* . || true zip -r ../MiniDexed_$(date +%Y-%m-%d).zip * - name: Upload to GitHub Releases (only when building from main branch) if: ${{ github.ref == 'refs/heads/main' }}