pull/906/head
probonopd 1 week ago committed by GitHub
parent da41d14a7c
commit 214043deba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -71,7 +71,7 @@ jobs:
# cp -r ./circle-stdlib/libs/circle/boot/* sdcard # cp -r ./circle-stdlib/libs/circle/boot/* sdcard
cd ./sdcard cd ./sdcard
wget https://github.com/probonopd/MiniDexed/releases/download/assets/boot.zip wget https://github.com/probonopd/MiniDexed/releases/download/assets/boot.zip
unzip boot.zip && rm boot zip unzip boot.zip && rm boot.zip
cd .. cd ..
rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux rm -rf sdcard/config*.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/COPYING.linux
cp ./src/config.txt ./src/minidexed.ini ./src/performance.ini sdcard/ cp ./src/config.txt ./src/minidexed.ini ./src/performance.ini sdcard/

Loading…
Cancel
Save