From d6ddeaf35a774eab0111f019e348f7a9b01b3d9c Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 11 Mar 2022 19:18:10 +0100 Subject: [PATCH] Revert "Fix previous commit" This reverts commit 377f328e7f004e03465746e23cd8510622d7b631. --- .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 77686f5..1a1bcb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux cp ./src/config.txt ./src/minidexed.ini ./src/*img sdcard/ # echo "usbspeed=full" > sdcard/cmdline.txt - echo "" > sdcard/cmdline.txt + "" > sdcard/cmdline.txt cd sdcard cp ../kernels/* . || true zip -r ../MiniDexed_$GITHUB_RUN_NUMBER_$(date +%Y-%m-%d).zip *