Put example configurations in ./sdcard/hardware/

pull/754/head
probonopd 5 months ago committed by GitHub
parent 8b34f23264
commit 3a1a4964ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/build.yml

@ -87,7 +87,8 @@ jobs:
cd hwconfig
sh -ex ./customize.sh
cd -
cp -r ./hwconfig/minidexed_* ./sdcard/
mkdir -p ./sdcard/hardware/
cp -r ./hwconfig/minidexed_* ./sdcard/minidexed.ini ./sdcard/hardware/
- uses: actions/upload-artifact@v3
with:
name: ${{ env.artifactName }} # Exported above

Loading…
Cancel
Save