pull/839/head
probonopd 2 days ago committed by GitHub
parent 3880c5f503
commit 4ee36edaf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -92,6 +92,8 @@ jobs:
cd - cd -
mkdir -p ./sdcard/hardware/ mkdir -p ./sdcard/hardware/
cp -r ./hwconfig/minidexed_* ./sdcard/minidexed.ini ./sdcard/hardware/ cp -r ./hwconfig/minidexed_* ./sdcard/minidexed.ini ./sdcard/hardware/
ls -lh ./sdcard/
ls -lh ./sdcard/hardware/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: ${{ env.artifactName }} # Exported above name: ${{ env.artifactName }} # Exported above

Loading…
Cancel
Save