Include uf2 instead of elf (#179)

This commit is contained in:
Terence Boldt 2024-07-15 08:24:45 -04:00 committed by GitHub
parent af873a51cb
commit 3a8c0aff5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ cd Apple2
. assemble.sh 1
cd ../RaspberryPiPico
. build.sh
cp Apple2-IO-RPi.elf ../release
cp Apple2-IO-RPi.uf2 ../release
cd ../RaspberryPi/driveimage
../../.cicd/ProDOS-Utilities -d ../../release/Apple2-IO-RPi.pico.hardware.hdv -c create -v APPLE2.IO.RPI
../../.cicd/ProDOS-Utilities -d ../../release/Apple2-IO-RPi.pico.hardware.hdv -c putall